home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / ultrix / 6823 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.6 KB  |  47 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!decwrl!pa.dec.com!mogul
  3. From: mogul@pa.dec.com (Jeffrey Mogul)
  4. Subject: Re: Sending large packets out of our network
  5. Message-ID: <1992Sep11.002840.15010@PA.dec.com>
  6. Sender: news@PA.dec.com (News)
  7. Organization: DEC Western Research
  8. References: <135858@lll-winken.LLNL.GOV>
  9. Date: Fri, 11 Sep 92 00:28:40 GMT
  10. Lines: 35
  11.  
  12. In article <135858@lll-winken.LLNL.GOV> craig@dragonlady.nersc.gov (Craig Tenney) writes:
  13. >From an Ultrix workstation, we are unable to send remote TCP packets
  14. >larger than 576 bytes, although, we can send up to 1500 byte TCP
  15. >packets on our local network.
  16. >
  17. >What determines the allowable size of TCP packets under Ultrix?
  18.  
  19. This behavior is more or less mandated by the Host Requirements
  20. Document, RFC1122:
  21.  
  22.       3.3.3  Fragmentation
  23.  
  24.     [...]
  25.          It is generally desirable to avoid local fragmentation and to
  26.          choose EMTU_S low enough to avoid fragmentation in any gateway
  27.          along the path.  In the absence of actual knowledge of the
  28.          minimum MTU along the path, the IP layer SHOULD use
  29.          EMTU_S <= 576 whenever the destination address is not on a
  30.          connected network, and otherwise use the connected network's
  31.          MTU.
  32.  
  33. But see RFC1191 for a somewhat divergent view.
  34.  
  35. >Is is possible to change it?
  36. >How do we change it?
  37.  
  38. You can't without source code; but you probably don't want to unless you
  39. really understand why it is the way it is.
  40.  
  41. -Jeff
  42.  
  43. P.S.: Actually, you can change this behaviour for other subnets of
  44. your own IP network; set the kernel's subnetsarelocal flag to 1,
  45. using /etc/kvar.  Except, I think Ultrix already defaults this flag to 1.
  46.  
  47.