diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2007-03-21 18:05:54 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2007-03-21 18:05:54 +0000 |
| commit | e406f5a1c92bd2b9c849c3b7004bfb61e9471552 (patch) | |
| tree | a000d55d110721e45de1d87bbc0dd4551a416554 /sys/netinet/tcp_usrreq.c | |
| parent | 9ac793831b9a8cbd1d3791b089978da1629bf740 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
| -rw-r--r-- | sys/netinet/tcp_usrreq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 57195a436184..da1b87689c7d 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)); |
