home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / archives / msdos / d / 93 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!news.u.washington.edu!fetrow
  2. From: fetrow@biostat.washington.edu (David Fetrow)
  3. Newsgroups: comp.archives.msdos.d
  4. Subject: Re: *** WHAT'S THE BEST COMM PROTOCOL ***
  5. Message-ID: <1992Dec22.060156.21865@u.washington.edu>
  6. Date: 22 Dec 92 06:01:56 GMT
  7. Article-I.D.: u.1992Dec22.060156.21865
  8. References: <1992Dec21.181829.4391@porthos.cc.bellcore.com> <1992Dec21.195526.29197@uwasa.fi> <BzMsK9.8y0@acsu.buffalo.edu>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: Biostatistics, School of Public Health, Univ. of Wash.
  11. Lines: 28
  12.  
  13. In article <BzMsK9.8y0@acsu.buffalo.edu> v393vlqr@ubvmsb.cc.buffalo.edu (Daniel W. Emmer) writes:
  14.  
  15. >In my limited experience, Zmodem beats Kermit easily.  The implementations
  16. >of Kermit that I've used (VAX/VMS and IBM/CMS) are both far too slow
  17. >(barely faster than XMODEM), running in the 7 to 9K per minute range w/ my
  18. >2400 bps modem (very approximate times; I haven't used it in a while...). 
  19.  
  20.  Let's get very specific about what you need to do to make Kermit run at near
  21. Zmodem speeds. Here are the settings I use:
  22.  
  23. set send packet 2000
  24. set rec packet 2000
  25. set window 2
  26.  
  27.  ..no claim that this is optimimum for your (or any situation) but it does
  28. speed up kermit something fierce for me; especially at higher serial speeds. 
  29.  
  30.  Zmodem is essentially Xmodem with bigger packets and sliding
  31. windows (plus a few nice extra enhancements) which is about what these commands
  32. do to any reasonably recent and complete Kermit. Kermits usually are set
  33. up to use the ancient settings by default for backwards compatability,
  34. which makes it look a lot worse than it is if you don't take the time
  35. to experiment a bit. 
  36.  
  37.  
  38. -- 
  39.    -dave   fetrow-        INTERNET:    fetrow@biostat.washington.edu
  40.                    BITNET:        fetrow@uwalocke
  41.