diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2011-04-29 15:40:12 +0000 | 
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2011-04-29 15:40:12 +0000 | 
| commit | 672dc4aea2e764d32069892353809c67b402effc (patch) | |
| tree | 0fae3721504af39587a4b5740b6628dc072aab74 /sys/netinet/tcp_output.c | |
| parent | 98be0dfebdc49a0ff7f4eceff40785c421720dde (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_output.c')
| -rw-r--r-- | sys/netinet/tcp_output.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index dc2e5ca23f07e..f6488a36090f8 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1346,6 +1346,7 @@ tcp_setpersist(struct tcpcb *tp)  	int t = ((tp->t_srtt >> 2) + tp->t_rttvar) >> 1;  	int tt; +	tp->t_flags &= ~TF_PREVVALID;  	if (tcp_timer_active(tp, TT_REXMT))  		panic("tcp_setpersist: retransmit pending");  	/*  | 
