Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144433577
D48338.id148827.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
594 B
Referenced Files
None
Subscribers
None
D48338.id148827.diff
View Options
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -978,14 +978,6 @@
* and we do
*/
return;
- } else if (sbavail(&inp->inp_socket->so_snd) &&
- (tmr_up == PACE_TMR_RXT)) {
- /*
- * if we hit enobufs then we would expect the
- * possibility of nothing outstanding and the RXT up
- * (and the hptsi timer).
- */
- return;
} else if (((V_tcp_always_keepalive ||
inp->inp_socket->so_options & SO_KEEPALIVE) &&
(tp->t_state <= TCPS_CLOSING)) &&
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 10:21 AM (9 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28549487
Default Alt Text
D48338.id148827.diff (594 B)
Attached To
Mode
D48338: TCP BBR: remove dead code
Attached
Detach File
Event Timeline
Log In to Comment