Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147410475
D30390.id89628.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
791 B
Referenced Files
None
Subscribers
None
D30390.id89628.diff
View Options
Index: sys/netinet/tcp_stacks/rack.c
===================================================================
--- sys/netinet/tcp_stacks/rack.c
+++ sys/netinet/tcp_stacks/rack.c
@@ -10629,7 +10629,7 @@
rack_adjust_sendmap(rack, &so->so_snd, tp->snd_una);
/* Wake up the socket if we have room to write more */
rack_log_wakeup(tp,rack, &so->so_snd, acked, 2);
- sowwakeup(so);
+ sowwakeup_locked(so);
m_freem(mfree);
tp->t_rxtshift = 0;
RACK_TCPT_RANGESET(tp->t_rxtcur, RACK_REXMTVAL(tp),
@@ -13154,7 +13154,7 @@
rack_adjust_sendmap(rack, &so->so_snd, tp->snd_una);
/* Wake up the socket if we have room to write more */
rack_log_wakeup(tp,rack, &so->so_snd, acked, 2);
- sowwakeup(so);
+ sowwakeup_locked(so);
m_freem(mfree);
}
/* update progress */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 11, 6:33 PM (7 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29546817
Default Alt Text
D30390.id89628.diff (791 B)
Attached To
Mode
D30390: rack: honor prior socket buffer lock when doing the upcall
Attached
Detach File
Event Timeline
Log In to Comment