Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c1360 struct sctp_nets *net, int burst_limit) in sctp_cwnd_update_after_output() argument
1366 if (burst_limit) { in sctp_cwnd_update_after_output()
1367 net->cwnd = (net->flight_size + (burst_limit * net->mtu)); in sctp_cwnd_update_after_output()
Dsctp_structs.h775 struct sctp_nets *net, int burst_limit);