patch-2.1.106 linux/drivers/net/loopback.c
Next file: linux/drivers/net/net_init.c
Previous file: linux/drivers/net/hplance.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Jun 11 22:52:33 1998
-  Orig file: 
v2.1.105/linux/drivers/net/loopback.c
-  Orig date: 
Thu Feb 12 20:56:08 1998
diff -u --recursive --new-file v2.1.105/linux/drivers/net/loopback.c linux/drivers/net/loopback.c
@@ -52,7 +52,7 @@
 #include <linux/if_ether.h>	/* For the statistics structure. */
 #include <linux/if_arp.h>	/* For ARPHRD_ETHER */
 
-#define LOOPBACK_MTU (PAGE_SIZE*7/8)
+#define LOOPBACK_MTU	(PAGE_SIZE - 172)
 
 /*
  * The higher levels take care of making this non-reentrant (it's
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov