iperf3-python
iperf3-python copied to clipboard
How to specify tcp window size?
How can we specify tcp window size in iperf3 wrapper as like option 'w' in iperf3 utility.
is blksize?
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.