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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dtransport.c577 u32 max_burst_bytes; local
582 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu);
583 if (max_burst_bytes < old_cwnd) {
584 t->cwnd = max_burst_bytes;

Completed in 60 milliseconds