示例#1
0
static int
tcp_cubic_delay_ack(struct tcpcb *tp, struct tcphdr *th)
{
	return (tcp_cc_delay_ack(tp, th));
}
示例#2
0
int
tcp_newreno_delay_ack(struct tcpcb *tp, struct tcphdr *th) {
	return (tcp_cc_delay_ack(tp, th));
}