Home
last modified time | relevance | path

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

/external/lib/lwip/include/lwip/
A Dtcp.h228 u16_t snd_wnd_max; /* the maximum sender window announced by the remote host */ member
/external/lib/lwip/core/
A Dtcp_in.c487 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;
A Dtcp_out.c373 u16_t mss_local = LWIP_MIN(pcb->mss, pcb->snd_wnd_max/2); in tcp_write()

Completed in 8 milliseconds