Page MenuHomeFreeBSD

D48338.id148827.diff
No OneTemporary

D48338.id148827.diff

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

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)

Event Timeline