home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / dec20 / k20mit.ann < prev    next >
Internet Message Format  |  2020-01-01  |  6KB

  1. From slogin@optonline.net Sun Dec 21 13:03:53 2003
  2. Flags: 000000000001
  3. Return-Path: <slogin@optonline.net>
  4. Received: from mta11.srv.hcvlny.cv.net (mta11.srv.hcvlny.cv.net [167.206.5.86])
  5.     by cherimoya.cc.columbia.edu (8.12.10/8.12.10) with ESMTP id hBLI3qef004379
  6.     for <fdc@columbia.edu>; Sun, 21 Dec 2003 13:03:53 -0500 (EST)
  7. Received: from optonline.net (mstr3.srv.hcvlny.cv.net [167.206.5.14])
  8.  by mta11.srv.hcvlny.cv.net
  9.  (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003))
  10.  with ESMTP id <0HQ9006NTBIG8D@mta11.srv.hcvlny.cv.net> for fdc@columbia.edu;
  11.  Sun, 21 Dec 2003 13:03:52 -0500 (EST)
  12. Received: from [167.206.5.76] by mstr3.srv.hcvlny.cv.net (mshttpd); Sun,
  13.  21 Dec 2003 12:57:57 -0500
  14. Date: Sun, 21 Dec 2003 12:57:57 -0500
  15. From: slogin@optonline.net
  16. Subject: DEC-20 Kermit version 5.1(182) Available
  17. To: Tops-20 Wizards <TOPS-20@lingling.panda.com>
  18. Cc: Frank da Cruz <fdc@columbia.edu>
  19. Message-id: <53db0053b2fa.53b2fa53db00@optonline.net>
  20. MIME-version: 1.0
  21. X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.16 (built May 14 2003)
  22. Content-type: text/plain; charset=us-ascii
  23. Content-language: en
  24. Content-transfer-encoding: 7BIT
  25. Content-disposition: inline
  26. X-Accept-Language: en
  27. Priority: non-urgent
  28. X-Priority: 5 (Lowest)
  29. X-Spam-Score: 0.339 () NO_REAL_NAME
  30. X-Scanned-By: MIMEDefang 2.35
  31.  
  32. Columbia University announces a new version of DECSYSTEM-20 Kermit
  33. available for use.  The DECSYSTEM-20 was one of the original Kermit
  34. programs created in the early 1980's.  The source is available at
  35. ftp://kermit.columbia.edu/kermit/d/k20*.* which can be accessed via
  36. anonymous login.
  37.  
  38. Updated release notes for this version can be found in
  39. ftp://kermit.columbia.edu/kermit/d/k20mit.txt.  This is version
  40. 5.1(182) and incorporates the following changes/fixes:
  41.  
  42.  1) Automatic TVT-Binary detection/negotiation.  Kermit will try to
  43.     determine if it is running on a Internet TVT line and enable
  44.     network binary mode if so.  If PANDA MTOPR%s exist to do this,
  45.     then they will be used.
  46.  
  47.     Otherwise, the older method of "sending magic characters to the
  48.     TAC" is used.  TVT negotiation can be over-ridden and either
  49.     forced on or off.  This code has been slightly enhanced to make an
  50.     attempt to flush some TCP buffers.
  51.  
  52.  2) References to the ARPAnet in the online documentation have been
  53.     changed to Internet.
  54.  
  55.  3) Some minor bugfixes concerning error handling.  In particular,
  56.     Kermit was trying to do a CFIBF% of .FHSLF (400000).  This doesn't
  57.     work and will produce a 602030 error, "Line is not active".  It
  58.     works much better to use the JFN ...
  59.  
  60. Users of older PANDA distributions may be interested in upgrading to
  61. this version as the shipped release of Kermit with PANDA was 4.1(174)
  62. which dates from 1985.  The following changes/enhancements have been
  63. entered since then:
  64.  
  65.     [180] Buffered packet input instead per-character BIN% + better
  66.           statistics.
  67.     [179] Long packets:
  68.           . Added new symbol MAXBUF (10KB)
  69.           . Increased packet buffer sizes to MAXBUF
  70.           . Changed .setpk to allow sizes up to 9000 (near theoretical
  71.             max)
  72.           . Added CAPAS, WINDO, MAXLX1, MAXLX2 field support to rpar
  73.             and spar.
  74.           . Added long-packet sending/reading to spack/rpack.
  75.           . Removed hardwired ^d94 packet-length references.
  76.           . Speed improvements by up to a factor of 20.
  77.           . Reduce default delay to 1 sec.
  78.     [178] Allow passwords to come from TAKE files.
  79.     [177] Condition the line correctly.
  80.     [176] Allow commands to servers to be issued from TAKE file.
  81.           Also, pass capabilities down to inferior process correctly.
  82.     [175] Delete any dot at the end of outbound file names (like
  83.           'makefile.').
  84.  
  85. -In particular, edits 179 and 180 provide substantially improved
  86. performance.  However, do NOT attempt to use packet sizes of over 94
  87. bytes on a real KL-10 with an RSX20F PDP-11 handling communications:
  88. you will crash the front end.
  89.  
  90. Some users an the KLH-10 platform may notice some differences in
  91. performance, depending on whether the 20 is uploading or downloading
  92. data.  An upload (the 20 sends a file) seems to be greatly slower than
  93. a download (the 20 receives a file).  This is not unique to Kermit, I
  94. have also observed it with FTP (see below) on a 100BaseT switched
  95. infrastructure.
  96.  
  97. Independent tests by Frank have shown that he had to shorten the
  98. packet sie to 500 bytes for sending and 200 for receiving; whereas he
  99. could use 9K packets in both directions with the XKL (and no
  100. retransmissions).
  101.  
  102. I can offer no explanation for this behavior as I no longer have
  103. access to anything but a KLH-10.  If anyone else does have access to
  104. alternate platforms and is willing to provide an account, I'd be
  105. interested in talking with you about possibly doing some more testing.
  106.  
  107. Comments (rants, raves) concerning edits 181 and 182 can be sent to me
  108. as I did the work of merging in the PANDA changes with the main line
  109. and the bug fixes.  In depth questions about Kermit itself or older
  110. edits can be referenced to Frank da Cruz.
  111.  
  112. There were a number of reasons for producing this version of Kermit.
  113. The PANDA MTOPR%s being the primary ones.  I got involved because I
  114. needed a reference transfer program to test FTP against.  I've been
  115. tinkering with the TOPS-20 FTP server on and off for the past few
  116. months to make it work with some more 'modern' clients.
  117.  
  118. In this case, these would be Emacs ange-ftp mode (I'm attempting to
  119. transmorgrify the VMS mode into a Tops-20 one) and the innovative
  120. Windows Interner Explorer.  Thus far, I have added support for PWD,
  121. SYST, CDUP, SIZE and MDTM to it.
  122.  
  123.                                  --T
  124.  
  125.   PS: No systems programmers were harmed or became unemployee
  126.         during edits 180 and 181.
  127.  
  128. Pps: Happy DEC20+1 Day!
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.