Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf.h219 int (*rcv) (struct iperf_stream * stream); member
H A Diperf_api.c1902 if ((r = sp->rcv(sp)) < 0) { in iperf_recv()
4251 sp->rcv = test->protocol->recv; in iperf_new_stream()
4264 sp->rcv2 = sp->rcv; in iperf_new_stream()
4265 sp->rcv = diskfile_recv; in iperf_new_stream()
/iperf/docs/
H A Dnews.rst31 ``--rcv-timeout``, and ``--dont-fragment``). More information on
H A Dinvoking.rst192 --rcv-timeout #
/iperf/
H A DRELNOTES.md78 (#1101, #1125), controlled by the new --rcv-timeout option.