Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144639029
D43346.1775959502.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D43346.1775959502.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
Sun, Apr 12, 2:05 AM (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28327758
Default Alt Text
D43346.1775959502.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