Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115475861
D43855.id134224.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
351 B
Referenced Files
None
Subscribers
None
D43855.id134224.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
@@ -2383,9 +2383,10 @@
#endif
INP_WLOCK_ASSERT(inp);
- MPASS(!callout_active(&tp->t_callout));
MPASS(TAILQ_EMPTY(&tp->snd_holes));
+ tcp_timer_stop(tp);
+
/* free the reassembly queue, if any */
tcp_reass_flush(tp);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 25, 6:25 AM (2 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17777992
Default Alt Text
D43855.id134224.diff (351 B)
Attached To
Mode
D43855: tcp: partially undo D43792
Attached
Detach File
Event Timeline
Log In to Comment