Searched refs:snd_wnd_max (Results 1 – 5 of 5) sorted by relevance
324 tcpwnd_size_t snd_wnd_max; /* the maximum sender window announced by the remote host */ member
726 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;
429 mss_local = LWIP_MIN(pcb->mss, TCPWND_MIN16(pcb->snd_wnd_max / 2)); in tcp_write()
248 pcb->snd_wnd_max = TCP_WND; in test_tcp_new_counters_pcb()
1538 pcb->snd_wnd_max = 3 * TCP_MSS; in START_TEST()