Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf.h107 int snd_wnd; member
H A Diperf_api.c3211 temp.snd_wnd = get_snd_wnd(&temp); in iperf_stats_callback()
3212 if (temp.snd_wnd > rp->stream_max_snd_wnd) { in iperf_stats_callback()
3213 rp->stream_max_snd_wnd = temp.snd_wnd; in iperf_stats_callback()
4114 …(int64_t) irp->interval_retrans, (int64_t) irp->snd_cwnd, (int64_t) irp->snd_wnd, (int64_t) irp->r… in print_interval_results()
/iperf/
H A DRELNOTES.md83 * Added tcp_info.snd_wnd to JSON output (#1148).