Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115789603
D43346.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D43346.diff
View Options
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -2499,7 +2499,8 @@
goto dropafterack;
}
if (tcp_is_sack_recovery(tp, &to)) {
- if (((sack_changed = tcp_sack_doack(tp, &to, th->th_ack)) != 0) &&
+ sack_changed = tcp_sack_doack(tp, &to, th->th_ack);
+ if ((sack_changed != SACK_NOCHANGE) &&
(tp->t_flags & TF_LRD)) {
tcp_sack_lost_retransmission(tp, th);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 29, 5:00 PM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17843310
Default Alt Text
D43346.diff (467 B)
Attached To
Mode
D43346: tcp: missed the use of enum to check sack_changed
Attached
Detach File
Event Timeline
Log In to Comment