Page MenuHomeFreeBSD

D48301.id148771.diff
No OneTemporary

D48301.id148771.diff

diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -15260,12 +15260,6 @@
if (tmr_up == PACE_TMR_DELACK)
/* We are supposed to have delayed ack up and we do */
return;
- } else if (sbavail(&tptosocket(tp)->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 ||
rack->rc_inp->inp_socket->so_options & SO_KEEPALIVE) &&
(tp->t_state <= TCPS_CLOSING)) &&

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 9, 10:50 AM (4 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15675600
Default Alt Text
D48301.id148771.diff (665 B)

Event Timeline