Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h278 uint64_t max_sndwnd; /* largest window peer has offered */ member
Dtcp_output.c529 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) in tcp_output()
Dtcp_input.c2509 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_segment()
2510 tp->max_sndwnd = tp->snd_wnd; in tcp_do_segment()