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

/freebsd-11.0-release/sys/netgraph/
H A Dng_l2tp.c121 * - If cwnd < ssth, we're doing slow start, otherwise congestion avoidance
140 u_int16_t ssth; /* slow start threshold */ member in struct:l2tp_seq
1203 seq->ssth = seq->wmax;
1298 seq->ssth = seq->wmax;
1354 if (seq->cwnd < seq->ssth) {
1357 if (seq->cwnd > seq->ssth) { /* into cg.av. phase */
1358 nack = seq->cwnd - seq->ssth;
1359 seq->cwnd = seq->ssth;
1364 if (seq->cwnd >= seq->ssth) {
1480 seq->ssth
[all...]

Completed in 48 milliseconds