tcp: remove debug output from RACK

Reported by:		iron.udjin@gmail.com, Marek Zarychta
Reviewed by:		rrs
PR:			256538
MFC after:		3 days
Differential Revision:	https://reviews.freebsd.org/D30723
Sponsored by:		Netflix, Inc.
This commit is contained in:
Michael Tuexen 2021-06-11 15:43:38 +02:00
parent a3238e92d7
commit f1536bb538

View File

@ -589,8 +589,6 @@ rack_set_cc_pacing(struct tcp_rack *rack)
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);