Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147515762
D48323.1783648528.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
367 B
Referenced Files
None
Subscribers
None
D48323.1783648528.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
@@ -2993,9 +2993,6 @@
/* We should not be at 0, go to the initial window then */
goto use_initial_window;
}
- if (bw < 1)
- /* Probably should panic */
- bw = 1;
if (bw < min_bw)
bw = min_bw;
return (bw);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 10, 1:55 AM (7 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29048954
Default Alt Text
D48323.1783648528.diff (367 B)
Attached To
Mode
D48323: TCP BBR: remove dead code
Attached
Detach File
Event Timeline
Log In to Comment