Searched refs:eff_wnd (Results 1 – 1 of 1) sorted by relevance
791 u16_t eff_wnd; in tcp_slowtmr() local864 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