home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / tcpip / 5087 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.8 KB

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!tm8t+
  2. From: tm8t+@andrew.cmu.edu (Tod McQuillin)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: SLIP connection to XYPLEX on modem
  5. Message-ID: <Qeynki600XQDMLNpJ4@andrew.cmu.edu>
  6. Date: 6 Nov 92 17:46:54 GMT
  7. Article-I.D.: andrew.Qeynki600XQDMLNpJ4
  8. References: <23912@hacgate.SCG.HAC.COM>
  9. Organization: Carnegie Mellon, Pittsburgh, PA
  10. Lines: 30
  11. In-Reply-To: <23912@hacgate.SCG.HAC.COM>
  12.  
  13. bill@solaria (Bill Neisius) writes:
  14. > OK, I give up. 
  15. >            ... but when I connect a modem, all I get on the
  16. > remote machine is 'bad IP checksum' or 'can't open connection, timeout'.
  17. >
  18. > [...]
  19. > I can see 'ping' packets arrive at the PC, but something is missing
  20. > 'cause they generate 'bad IP checksum' in TELBIN.  If I try to open
  21. > a connection, I get a 'timeout' almost immediately... 
  22. > So what's the deal?  Flow control?  The XYPLEX has only 8 wires in its
  23. > serial connection, so you get DCD/DTR or CTS/RTS, but not both. Does
  24. > SLIP work with XON/XOFF?  well...I guess so, cause it works with the
  25. > ISBN 'modem'....
  26.  
  27. SLIP *does not* work with XON/XOFF flow control.  IP is a binary
  28. protocol, and if I want to send you a packet full of XOFF's, you had
  29. better be prepared to accept it.  If your modems are set up to respond
  30. to XON/XOFF flow control, then SLIP will not work for you -- that's
  31. all there is to it.
  32.  
  33. Since you said you were using error-correcting modems (and presumably
  34. data-compression as well), this implies your throughput is not the
  35. same as the DTE data rate.  So you will need some form of flow
  36. control, unless you're prepared to suffer from severe data lossage
  37. which will cause all kinds of TCP retransmits and make most udp
  38. applications unhappy as well.  From the description of your equipment,
  39. you need to use RTS/CTS flow control.
  40.