Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107574721
D48274.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
D48274.diff
View Options
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -4614,7 +4614,7 @@
*/
if (collapsed_win == 0) {
rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_map, bbr_sendmap, r_next);
- if (rsm && (BBR_ACKED | BBR_HAS_FIN)) {
+ if (rsm && (rsm->r_flags & (BBR_ACKED | BBR_HAS_FIN))) {
rsm = bbr_find_high_nonack(bbr, rsm);
}
if (rsm == NULL) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 17, 2:53 AM (20 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15653592
Default Alt Text
D48274.diff (439 B)
Attached To
Mode
D48274: TCP BBR: fix condition when sending a tail loss probe
Attached
Detach File
Event Timeline
Log In to Comment