Home
last modified time | relevance | path

Searched refs:SCTP_INITIAL_CWND (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_constants.h667 #define SCTP_INITIAL_CWND 4380 macro
H A Dsctp_cc_functions.c83 net->cwnd = min((net->mtu * 4), max((2 * net->mtu), SCTP_INITIAL_CWND)); in sctp_set_initial_cc_param()
1380 cwnd = min((net->mtu * 4), max((2 * net->mtu), SCTP_INITIAL_CWND)); in sctp_cwnd_new_rtcc_transmission_begins()
2129 net->cwnd = min((net->mtu * 4), max((2 * net->mtu), SCTP_INITIAL_CWND)); in sctp_htcp_set_initial_cc_param()