Searched refs:snd_wnd_max (Results 1 – 4 of 4) 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()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()
373 u16_t mss_local = LWIP_MIN(pcb->mss, pcb->snd_wnd_max/2); in tcp_write()
232 pcb->snd_wnd_max = TCP_WND; in test_tcp_new_counters_pcb()