iperf3-python icon indicating copy to clipboard operation
iperf3-python copied to clipboard

How to specify tcp window size?

Open rajnishkr123 opened this issue 7 years ago • 2 comments

How can we specify tcp window size in iperf3 wrapper as like option 'w' in iperf3 utility.

rajnishkr123 avatar Sep 17 '18 21:09 rajnishkr123

is blksize?

zhaolei5911 avatar Oct 23 '19 06:10 zhaolei5911

Looking at the code of iper3, the api for specifying window size is void iperf_set_test_socket_bufsize( struct iperf_test* ipt, int socket_bufsize ); https://github.com/esnet/iperf/blob/38bac802fa85db9012981ff87c3725812a3d8a07/src/iperf_api.h

Can this api be included the the wrapper.

rajnishkr123 avatar Oct 23 '19 21:10 rajnishkr123