home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / protocol / kproto.bwr < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Date: Wed 23 Jul 86 18:13:17-PDT
  2. From: Bob Larson <BLARSON@USC-ECLB.ARPA>
  3. Subject: Protocol Manual Potential Changes
  4.  
  5. When using long packets and sliding windows together, the suggestion of
  6. reducing the packet size (long packets section) cannot be done if a later
  7. packet has been sent.  (Unless some further protocol extention is done.)
  8.  
  9. There are also a couple of problems in the attributes system/os field:
  10. Prime/Primos is listed both as G and M4.  Tandy (J) should probably be
  11. subdivided, TRSDOS and Disk Extended Color Basic versions of Tandy specific
  12. Kermit exist.  (Tandy seems to be migrating away from proprietary os's, they
  13. supply Xenix, MS-DOS and Os9.)  The assignment of these seems to be quite
  14. random, UNIX and Os9 have one listing each, while cpm has 4.
  15.  
  16. The delimiter may be listed in both the type and format attribute packet if 
  17. the type is A.  It should probablby only be in the format.
  18.  
  19. Encoding should have a compress 4.0 type (bits in the range 12-16 may also 
  20. need to be listed.)
  21.  
  22. Shouldn't the "1-@ (ascii 49)" be "1 (ascii 49)"?
  23.  
  24. ------------------------------
  25.  
  26. Date: Tue 16 Sep 86 17:14:33-EDT
  27. From: "Christopher Lent" <OC.PEDHEM@CU20B.COLUMBIA.EDU>
  28. Subject: IBM Kermit-MS 2.29A (test) and other things
  29.  
  30. This letter has a number of mostly cosmetic bugs in the documentation,
  31. plus a few oddball errors in a number of programs. Oh, there's a bit
  32. of stuff on the 2.29A (test) version for the IBM.
  33. (I have't had the change to check 2.29A on a PC-Jr yet.)
  34.  
  35. Kermit error:
  36.       6th Edition protocol manual
  37.       Section 11.
  38.       "...
  39.       - Handle port input in one process and console input in another, paral-
  40.       lel process.   The UNIX Kermit program listed in this manual uses this
  41.       method."
  42. ----> Reference to C-Kermit example (which has been removed) probably should
  43.       be removed.
  44.  
  45. Kermit error2:
  46.      Kermit commands (the K packet)
  47. ---> Shouldn't K packet be included in section 8.2.7
  48.  
  49.  
  50. Kermit repeat count question:
  51. ----> What does a repeat count of 0 mean? (I assume it means to ignore the
  52.       following character.)  I could see this being useful
  53.       when an interfering character is known to appear in the
  54.       data stream of the sending machine (or intermediate line equipment).
  55.       It could be used as a way to pass normal text characters which
  56.       intermdiate equipment eats using a quoting mechanism for the other
  57.       (usually ignored) character.
  58.  
  59. Kermit suggestions:
  60.       'E' error packet for logout failure.
  61. ---->     For machines where the kermit cannot currently terminate the
  62.       login session, I think sending an E (error) packet with some
  63.       useful message would make sense.  Something on the order of,
  64.         "Reconnect to terminate session on machine XYZ."
  65.       This way the local kermit would not shut down, leaving the
  66.       user to have to restart and reconnect to terminate the remote
  67.       host session.
  68.  
  69. ------------------------------
  70.  
  71.