Changed loopback MTU to 65535.
This commit is contained in:
parent
26e30fbba5
commit
db8889c62b
@ -72,7 +72,11 @@
|
||||
|
||||
#include "bpfilter.h"
|
||||
|
||||
#ifdef TINY_LOMTU
|
||||
#define LOMTU (1024+512)
|
||||
#else
|
||||
#define LOMTU 65535
|
||||
#endif
|
||||
|
||||
struct ifnet loif;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user