home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / dec / 4838 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.6 KB

  1. Xref: sparky comp.sys.dec:4838 comp.unix.ultrix:6690 comp.protocols.tcp-ip:4300 comp.protocols.ppp:747
  2. Newsgroups: comp.sys.dec,comp.unix.ultrix,comp.protocols.tcp-ip,comp.protocols.ppp
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!mstar!mstar!bob
  4. From: bob@MorningStar.Com (Bob Sutterfield)
  5. Subject: Re: Source devicedriver SLIP/CSLIP for DEC/Ultrix wanted
  6. In-Reply-To: jeanpaul@duteca.et.tudelft.nl's message of Thu, 03 Sep 1992 21: 13:53 GMT
  7. Message-ID: <BOB.92Sep4094103@volitans.MorningStar.Com>
  8. Sender: news@MorningStar.Com
  9. Nntp-Posting-Host: volitans.morningstar.com
  10. Organization: Morning Star Technologies
  11. References: <1992Sep03.211353.19114@donau.et.tudelft.nl>
  12. Date: Fri, 4 Sep 1992 13:41:22 GMT
  13. Lines: 18
  14.  
  15. In article <1992Sep03.211353.19114@donau.et.tudelft.nl> jeanpaul@duteca.et.tudelft.nl (J.P.M. van der Jagt) writes:
  16.    I already have SLIP running. But the troughput on 9600 baud is a
  17.    bit low.  Hence the CSLIP.
  18.  
  19. CSLIP won't improve your throughput much as compared with SLIP, but it
  20. will help a lot with interactive responsiveness.
  21.  
  22. CSLIP uses the clever techniques described in RFC-1144 to reduce the
  23. size of the TCP header, and its contribution to the protocol overhead
  24. cost of each packet that must traverse the link.  The TCP header
  25. comprises a very large fraction of a typical single-data-character
  26. interactive telnet packet, but it's a relatively smaller part of a
  27. typical large FTP packet.
  28.  
  29. So the effect on throughput won't be as dramatic as the effect on
  30. perceived interactive latency.  If you're hoping for a big throughput
  31. jump, you may be disappointed with the degree of improvement that
  32. results from all the work you're expending.
  33.