Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp.c791 u16_t eff_wnd; in tcp_slowtmr() local
864 eff_wnd = LWIP_MIN(pcb->cwnd, pcb->snd_wnd); in tcp_slowtmr()
865 pcb->ssthresh = eff_wnd >> 1; in tcp_slowtmr()

Completed in 5 milliseconds