Searched refs:snd_wnd_max (Results 1 – 3 of 3) sorted by relevance
228 u16_t snd_wnd_max; /* the maximum sender window announced by the remote host */ member
487 npcb->snd_wnd_max = tcphdr->wnd; in tcp_listen_input()647 pcb->snd_wnd_max = tcphdr->wnd;884 if (pcb->snd_wnd_max < tcphdr->wnd) {885 pcb->snd_wnd_max = tcphdr->wnd;
373 u16_t mss_local = LWIP_MIN(pcb->mss, pcb->snd_wnd_max/2); in tcp_write()
Completed in 8 milliseconds