Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150033371
D45425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
D45425.diff
View Options
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -2482,10 +2482,10 @@
tcp_fastopen_decrement_counter(tp->t_tfo_pending);
tp->t_tfo_pending = NULL;
}
- tcp_timer_stop(tp);
if (tp->t_fb->tfb_tcp_timer_stop_all != NULL)
tp->t_fb->tfb_tcp_timer_stop_all(tp);
in_pcbdrop(inp);
+ tcp_timer_stop(tp);
TCPSTAT_INC(tcps_closed);
if (tp->t_state != TCPS_CLOSED)
tcp_state_change(tp, TCPS_CLOSED);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 29, 9:33 PM (15 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30555741
Default Alt Text
D45425.diff (483 B)
Attached To
Mode
D45425: tcp: in tcp_close() call tcp_timer_stop() after pcb has been dropped
Attached
Detach File
Event Timeline
Log In to Comment