Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcp.h324 tcpwnd_size_t snd_wnd_max; /* the maximum sender window announced by the remote host */ member
/third_party/lwip/src/core/
Dtcp_in.c726 npcb->snd_wnd_max = npcb->snd_wnd;
895 pcb->snd_wnd_max = pcb->snd_wnd;
1195 if (pcb->snd_wnd_max < pcb->snd_wnd) {
1196 pcb->snd_wnd_max = pcb->snd_wnd;
Dtcp_out.c429 mss_local = LWIP_MIN(pcb->mss, TCPWND_MIN16(pcb->snd_wnd_max / 2)); in tcp_write()
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c248 pcb->snd_wnd_max = TCP_WND; in test_tcp_new_counters_pcb()
Dtest_tcp.c1538 pcb->snd_wnd_max = 3 * TCP_MSS; in START_TEST()