Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1267 struct sctp_nets *net, int burst_limit) in sctp_cwnd_update_after_output() argument
1273 if (burst_limit) { in sctp_cwnd_update_after_output()
1274 net->cwnd = (net->flight_size + (burst_limit * net->mtu)); in sctp_cwnd_update_after_output()
H A Dsctp_structs.h714 struct sctp_nets *net, int burst_limit);