Reduced loopback MTU from 65535 to 65532 because some things like NFS

really like it to be rounded to a longword.
This commit is contained in:
David Greenman 1994-08-01 11:39:43 +00:00
parent 03e6c2532f
commit ba582a82b0

View File

@ -75,7 +75,7 @@
#ifdef TINY_LOMTU
#define LOMTU (1024+512)
#else
#define LOMTU 65535
#define LOMTU 65532
#endif
struct ifnet loif;