diff options
Diffstat (limited to 'sys/netinet/tcp.h')
-rw-r--r-- | sys/netinet/tcp.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index 3f744fb..048c63e 100644 --- a/sys/netinet/tcp.h +++ b/sys/netinet/tcp.h @@ -124,14 +124,6 @@ struct tcphdr { * Setting this to "0" disables the minmss check. */ #define TCP_MINMSS 216 -/* - * TCP_MINMSSOVERLOAD is defined to be 1000 which should cover any type - * of interactive TCP session. - * See tcp_subr.c tcp_minmssoverload SYSCTL declaration and tcp_input.c - * for more comments. - * Setting this to "0" disables the minmssoverload check. - */ -#define TCP_MINMSSOVERLOAD 0 /* XXX: Disabled until refined */ /* * Default maximum segment size for TCP6. |