Searched refs:max_sndwnd (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_var.h147 uint32_t max_sndwnd; /* largest window peer has offered */ member in struct:tcpcb
H A Dtcp_output.c216 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0)
H A Dtcp_input.c1497 if (tp->snd_wnd > tp->max_sndwnd)
1498 tp->max_sndwnd = tp->snd_wnd;

Completed in 48 milliseconds