Author: toad
Date: 2006-12-08 16:29:12 +0000 (Fri, 08 Dec 2006)
New Revision: 11302

Modified:
   trunk/freenet/src/freenet/io/comm/UdpSocketManager.java
Log:
Comments; source the claim of 1400 MTU.

Modified: trunk/freenet/src/freenet/io/comm/UdpSocketManager.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/UdpSocketManager.java     2006-12-07 
23:05:16 UTC (rev 11301)
+++ trunk/freenet/src/freenet/io/comm/UdpSocketManager.java     2006-12-08 
16:29:12 UTC (rev 11302)
@@ -673,7 +673,10 @@
      * @return The maximum packet size supported by this SocketManager.
      */
     public int getMaxPacketSize() {
-       return 1400-28; // AOL and CompuServe use 1400 MTU
+       return 1400-28; // CompuServe use 1400 MTU; AOL claim 1450; DFN at home 
use 1448.
+       // http://info.aol.co.uk/broadband/faqHomeNetworking.adp
+       // 
http://www.compuserve.de/cso/hilfe/linux/hilfekategorien/installation/contentview.jsp?conid=385700
+       // http://www.studenten-ins-netz.net/inhalt/service_faq.html
        // officially GRE is 1476 and PPPoE is 1492.
        // unofficially, PPPoE is often 1472 (seen in the wild). Also PPPoATM 
is sometimes 1472.
        // UDP/IP header is 28 bytes.


Reply via email to