summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2007-03-21 18:05:54 +0000
committerandre <andre@FreeBSD.org>2007-03-21 18:05:54 +0000
commit77fcda08c7d320fff27e99d3a46c16ead2b74187 (patch)
treea000d55d110721e45de1d87bbc0dd4551a416554 /sys/netinet/tcp_usrreq.c
parenta78439a831c5853d2e9529e657c274d244af3ad5 (diff)
downloadFreeBSD-src-77fcda08c7d320fff27e99d3a46c16ead2b74187.zip
FreeBSD-src-77fcda08c7d320fff27e99d3a46c16ead2b74187.tar.gz
Remove tcp_minmssoverload DoS detection logic. The problem it tried to
protect us from wasn't really there and it only bloats the code. Should the problem surface in the future we can simply resurrect it from cvs history.
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index 57195a4..da1b876 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1874,11 +1874,6 @@ db_print_tcpcb(struct tcpcb *tp, const char *name, int indent)
tp->snd_recover_prev, tp->t_badrxtwin);
db_print_indent(indent);
- db_printf("snd_limited: %u rcv_second: %lu rcv_pps: %lu "
- "tcv_byps: %lu\n", tp->snd_limited, tp->rcv_second, tp->rcv_pps,
- tp->rcv_byps);
-
- db_print_indent(indent);
db_printf("sack_enable: %d snd_numholes: %d snd_holes first: %p\n",
tp->sack_enable, tp->snd_numholes, TAILQ_FIRST(&tp->snd_holes));
OpenPOWER on IntegriCloud