Searched refs:SCTP_INITIAL_CWND (Results 1 – 2 of 2) sorted by relevance
558 #define SCTP_INITIAL_CWND 4380 macro
2529 net->cwnd = uimin((net->mtu * 4), uimax((stcb->asoc.max_burst * net->mtu), SCTP_INITIAL_CWND)); in sctp_add_remote_addr()