Differences between version 3 and revision by previous author of MTU.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Thursday, December 16, 2004 11:31:30 am | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Sunday, November 24, 2002 7:38:05 pm | by zcat(1) | Revert |
@@ -12,4 +12,7 @@
''Linux (and most other recent OS's) use a clever system called 'path-MTU-discovery'; Linux starts any new connection only sending very small packets and gradually makes them bigger. At the same time it sets the 'don't fragment' flag on all the packets. If a link somewhere is using a too-small MTU and wants to fragment them it's not allowed to, so it sends back an ICMP message 'Need to fragment, but don't fragment is set'. When we get this back, we know what's the largest packet we can use on that connection without it getting fragmented, which happens to be the most efficient size..''
''The reason I bothered to tell you all this is because some IDIOT admins (particularly BANKS!) ignorantly block all ICMP without fully understanding why ICMP is an important part of IP, and/or without thinking of the consequences. I just wanted to vent that, OK? :-) - zcat ''
+
+----
+Some common (and not so common) [MTU sizes|http://www-12.lotus.com/ldd/doc/domino_notes/5.0/readme.nsf/0/f397306f052d9ea3852567740049a10a?OpenDocument]