Author: toad
Date: 2006-11-15 19:57:37 +0000 (Wed, 15 Nov 2006)
New Revision: 10939

Modified:
   trunk/freenet/src/freenet/io/comm/UdpSocketManager.java
Log:
Comments

Modified: trunk/freenet/src/freenet/io/comm/UdpSocketManager.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/UdpSocketManager.java     2006-11-15 
19:57:10 UTC (rev 10938)
+++ trunk/freenet/src/freenet/io/comm/UdpSocketManager.java     2006-11-15 
19:57:37 UTC (rev 10939)
@@ -637,6 +637,6 @@
      * @return The maximum packet size supported by this SocketManager.
      */
     public int getMaxPacketSize() {
-        return 1476-(20+8); // 1492 = PPPoE, minus IP headers (20), minus UDP 
headers (8)
+        return 1476-(20+8); // 1476 = GRE, minus IP headers (20), minus UDP 
headers (8)
     }
 }


Reply via email to