Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107355912
D32894.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
894 B
Referenced Files
None
Subscribers
None
D32894.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
@@ -599,7 +599,6 @@
ptr = ((struct newreno *)tp->ccv->cc_data);
if (CC_ALGO(tp)->ctl_output == NULL) {
/* Huh, why does new_reno no longer have a set function? */
- printf("no ctl_output for algo:%s\n", tp->cc_algo->name);
goto out;
}
if (ptr == NULL) {
@@ -618,7 +617,6 @@
opt.val = rack->r_ctl.rc_saved_beta.beta;
error = CC_ALGO(tp)->ctl_output(tp->ccv, &sopt, &opt);
if (error) {
- printf("Error returned by ctl_output %d\n", error);
goto out;
}
/*
@@ -630,7 +628,6 @@
opt.val = rack->r_ctl.rc_saved_beta.beta_ecn;
error = CC_ALGO(tp)->ctl_output(tp->ccv, &sopt, &opt);
if (error) {
- printf("Error returned by ctl_output %d\n", error);
goto out;
}
/* Save off the original values for restoral */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 13, 11:33 PM (20 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15788679
Default Alt Text
D32894.diff (894 B)
Attached To
Mode
D32894: tcp: Printf should be removed.
Attached
Detach File
Event Timeline
Log In to Comment