home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / vmutil / 1840 < prev    next >
Encoding:
Text File  |  1993-01-03  |  1.3 KB  |  27 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!auvm!UABDPO.BITNET!USTS034
  3. Message-ID: <VM-UTIL%93010315564552@OHSTVMA.ACS.OHIO-STATE.EDU>
  4. Newsgroups: bit.listserv.vm-util
  5. Date:         Sun, 3 Jan 1993 14:51:37 CST
  6. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA.BITNET>
  7. From:         Landy Manderson <USTS034@UABDPO.BITNET>
  8. Subject:      Re: kermit
  9. Comments: cc: moore@ge1vm.schdy.ge.com
  10. In-Reply-To:  Message of Sun,
  11.               3 Jan 1993 14:22:01 EDT from <MOORE@GE1VM.SCHDY.GE.COM>
  12. Lines: 13
  13.  
  14. On Sun, 3 Jan 1993 14:22:01 EDT Hugh Kelsea Moore said:
  15. >I have heard about the kermit "long packets" for some time but I haven't
  16. >been able to figure it out from the documentation that I have available.
  17. >Can anyone S P E L L out the incantation that needs to be used to do this?
  18. >Thanks.
  19.  
  20. Try SET SEND PACKET-LENGTH 1000 or SET RECEIVE PACKET-LENGTH 1000.
  21. I know at least one Kermit uses PACKET-SIZE instead of PACKET-LENGTH.
  22. Most Kermits accept unambiguous abbreviations for the parameters so
  23. SET ... PACKET may work as well.  I believe you only have to set this
  24. option on one side; the Kermit negotiation sequence will set up both
  25. sides to use what was specified or the maximum available length
  26. (whichever is lower).
  27.