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:
parent
03e6c2532f
commit
ba582a82b0
@ -75,7 +75,7 @@
|
||||
#ifdef TINY_LOMTU
|
||||
#define LOMTU (1024+512)
|
||||
#else
|
||||
#define LOMTU 65535
|
||||
#define LOMTU 65532
|
||||
#endif
|
||||
|
||||
struct ifnet loif;
|
||||
|
Loading…
x
Reference in New Issue
Block a user