*** host.h.orig Mon Nov 26 15:14:45 2001 --- host.h Mon Nov 26 14:39:12 2001 *************** *** 68,77 **** #define BROADCAST_ADDR ((ipaddr_t)0xffffffff) #define LOCALHOST_ADDR ((ipaddr_t)0x7f000001) ! #if PACKETSZ > 8192 ! #define MAXPACKET PACKETSZ /* PACKETSZ should be the max udp size (512) */ #else ! #define MAXPACKET 8192 /* but tcp packets can be considerably larger */ #endif typedef union { --- 68,77 ---- #define BROADCAST_ADDR ((ipaddr_t)0xffffffff) #define LOCALHOST_ADDR ((ipaddr_t)0x7f000001) ! #if PACKETSZ > 512 ! #define MAXPACKET PACKETSZ /* PACKETSZ should be the max udp size (512) */ #else ! #define MAXPACKET 65536 /* but tcp packets can be considerably larger */ #endif typedef union {