Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c1697 bool window_full = (conn->send_data_total >= conn->send_win); in tcp_window_full() local
1700 window_full = window_full || (conn->send_data_total >= conn->ca.cwnd); in tcp_window_full()
1703 if (window_full) { in tcp_window_full()
1707 return window_full; in tcp_window_full()