diff options
| author | Mohan Srinivasan <mohans@FreeBSD.org> | 2006-08-11 21:15:23 +0000 |
|---|---|---|
| committer | Mohan Srinivasan <mohans@FreeBSD.org> | 2006-08-11 21:15:23 +0000 |
| commit | 464469c713898c2802a18b024a1fcf77bde1ffc2 (patch) | |
| tree | 79bc8d154909be166e8a4c6f574e46e753772107 /sys/netinet/tcp_timewait.c | |
| parent | 7e9f73f3ed8fafc43fd3493c6d694b1d5bbf69e0 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_timewait.c')
| -rw-r--r-- | sys/netinet/tcp_timewait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index 2a95f7c8bb97..fe8e4b544b3c 100644 --- a/sys/netinet/tcp_timewait.c +++ b/sys/netinet/tcp_timewait.c @@ -1763,7 +1763,7 @@ tcp_twstart(struct tcpcb *tp) tcp_twrespond(tw, TH_ACK); inp->inp_ppcb = tw; inp->inp_vflag |= INP_TIMEWAIT; - tcp_timer_2msl_reset(tw, tw_time); + tcp_timer_2msl_reset(tw, tw_time, 0); /* * If the inpcb owns the sole reference to the socket, then we can |
