Author: toad
Date: 2006-12-06 01:56:32 +0000 (Wed, 06 Dec 2006)
New Revision: 11262
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-12-06
00:23:48 UTC (rev 11261)
+++ trunk/freenet/src/freenet/io/comm/UdpSocketManager.java 2006-12-06
01:56:32 UTC (rev 11262)
@@ -674,8 +674,8 @@
*/
public int getMaxPacketSize() {
return 1472-28; // officially GRE is 1476 and PPPoE is 1492.
- // unofficially, PPPoE is often 1472 (seen in the wild). So use that.
- // Minus 28 bytes for UDP/IP header.
+ // unofficially, PPPoE is often 1472 (seen in the wild). Also PPPoATM
is sometimes 1472.
+ // So use that. Minus 28 bytes for UDP/IP header.
}
/**