Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sctp/
A Dtransport.c756 u32 max_burst_bytes; in sctp_transport_burst_limited() local
761 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited()
762 if (max_burst_bytes < old_cwnd) { in sctp_transport_burst_limited()
763 t->cwnd = max_burst_bytes; in sctp_transport_burst_limited()

Completed in 3 milliseconds