Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111901901
D30723.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
468 B
Referenced Files
None
Subscribers
None
D30723.diff
View Options
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -589,8 +589,6 @@
rack->rc_pacing_cc_set = 1;
if (strcmp(tp->cc_algo->name, CCALGONAME_NEWRENO) != 0) {
/* Not new-reno we can't play games with beta! */
- printf("cc_algo:%s is not NEWRENO:%s\n",
- tp->cc_algo->name, CCALGONAME_NEWRENO);
goto out;
}
ptr = ((struct newreno *)tp->ccv->cc_data);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 11, 12:51 AM (18 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17092029
Default Alt Text
D30723.diff (468 B)
Attached To
Mode
D30723: Remove debug output in RACK
Attached
Detach File
Event Timeline
Log In to Comment