Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142738489
D23208.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
521 B
Referenced Files
None
Subscribers
None
D23208.diff
View Options
Index: head/sys/netinet/tcp_sack.c
===================================================================
--- head/sys/netinet/tcp_sack.c
+++ head/sys/netinet/tcp_sack.c
@@ -165,11 +165,6 @@
KASSERT(SEQ_LT(rcv_start, rcv_end), ("rcv_start < rcv_end"));
- if (tp->t_inpcb->inp_socket->so_options & SO_DEBUG) {
- log(LOG_DEBUG, "\nDSACK update: %d..%d, rcv_nxt: %u\n",
- rcv_start, rcv_end, tp->rcv_nxt);
- }
-
if (SEQ_LT(rcv_end, tp->rcv_nxt) ||
((rcv_end == tp->rcv_nxt) &&
(tp->rcv_numsacks > 0 ) &&
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 23, 10:41 PM (16 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27890330
Default Alt Text
D23208.diff (521 B)
Attached To
Mode
D23208: Remove DSACK debug logging
Attached
Detach File
Event Timeline
Log In to Comment