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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu (Joe Doupnik)
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: Fragmented IP packets: any PD implementations?
  5. Message-ID: <1992Nov8.224415.60509@cc.usu.edu>
  6. Date: 8 Nov 92 22:44:15 MDT
  7. References: <1992Nov8.203621.6902@mnemosyne.cs.du.edu>
  8. Organization: Utah State University
  9. Lines: 31
  10.  
  11. In article <1992Nov8.203621.6902@mnemosyne.cs.du.edu>, dpayne@nyx.cs.du.edu (Dirk Payne) writes:
  12. > I have reviewed WATTCP, PCIP, and both CUTCP and NCSA's versions of telnet
  13. > but none of these implemetations handle IP fragments. In order to be a "real"
  14. > TCP/IP package (connected to the "real" world) fragments cannot be ejected
  15. > out of hand.
  16. > Has anyone implemented IP fragment handling in any of the above mentioned
  17. > products? My personal favorite is WATTCP, but I would be willing to entertain
  18. > any PD implementation that handles frags. My only alternative is to roll my
  19. > own :-(.
  20. > Please mail responses to dpay@gwl.com (preferable to dpayne@nyx.cs.du.edu).
  21. > If there is interest, I can post a summary.
  22. > Thanks in advance for your help.
  23. >     --- Dirk
  24. ---------------
  25.     Real DOS TCP/IP packages which don't fragment reassembly, and that
  26. means most of them, do two things. They set the do not fragment flag in
  27. the TCP Options area and they set the MSS to be 534 bytes or less to let
  28. 99% of the long distance routers handle the frame without needing to fragment.
  29. This leaves UDP packets, and they should be kept short.
  30.     As mentioned by another reader, frag reassembly is memory hungry
  31. and a performance limiter for reassembly busywork.
  32.     Please note that Wollongong's TCP/IP for VMS has an old bug which
  33. ignores the do not frag flag in the TCP Options field, and they have a
  34. corrective patch.
  35.     The only Public Domain TCP/IP packages I am aware of are PC/IP and
  36. NCSA Telnet. The others you mentioned are copyrighted.
  37.     Joe D.
  38.