diff -N -c -r -X exclude_files squid-1.0.beta8/src/squid.h squid-1.0.beta8.henrik/src/squid.h *** squid-1.0.beta8/src/squid.h Mon May 20 21:47:21 1996 --- squid-1.0.beta8.henrik/src/squid.h Mon May 20 23:42:19 1996 *************** *** 3,8 **** --- 3,19 ---- #include "config.h" + #if SQUID_UDP_SO_SNDBUF==0 + #undef SQUID_UDP_SO_SNDBUF + #define SQUID_UDP_SO_SNDBUF 8192 + #undef SQUID_UDP_SO_RCVBUF + #define SQUID_UDP_SO_RCVBUF 8192 + #undef SQUID_TCP_SO_SNDBUF + #define SQUID_TCP_SO_SNDBUF 8192 + #undef SQUID_TCP_SO_RCVBUF + #define SQUID_TCP_SO_RCVBUF 8192 + #endif + #if SQUID_FD_SETSIZE > 256 #define FD_SETSIZE SQUID_FD_SETSIZE #endif