Changed loopback MTU to 65535.

This commit is contained in:
David Greenman 1994-05-29 07:43:54 +00:00
parent 26e30fbba5
commit db8889c62b

View File

@ -72,7 +72,11 @@
#include "bpfilter.h"
#ifdef TINY_LOMTU
#define LOMTU (1024+512)
#else
#define LOMTU 65535
#endif
struct ifnet loif;