Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp.h228 u16_t snd_wnd_max; /* the maximum sender window announced by the remote host */ member
/lib/liblwip/src/core/
Dtcp_in.c487 npcb->snd_wnd_max = tcphdr->wnd; in tcp_listen_input()
639 pcb->snd_wnd_max = tcphdr->wnd; in tcp_process()
876 if (pcb->snd_wnd_max < tcphdr->wnd) { in tcp_receive()
877 pcb->snd_wnd_max = tcphdr->wnd; in tcp_receive()
Dtcp_out.c373 u16_t mss_local = LWIP_MIN(pcb->mss, pcb->snd_wnd_max/2); in tcp_write()
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c232 pcb->snd_wnd_max = TCP_WND; in test_tcp_new_counters_pcb()