Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106975693
D48301.id148723.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
665 B
Referenced Files
None
Subscribers
None
D48301.id148723.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 9:13 AM (2 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15675600
Default Alt Text
D48301.id148723.diff (665 B)
Attached To
Mode
D48301: TCP RACK: remove code that cannot be reached
Attached
Detach File
Event Timeline
Log In to Comment