lbsou
lbsou
My first command on your project. I am very impressed by the work you did (your team). I think this is a very nice piece of software. I do agree...
I guess this is probably obvious, but I had to add `#define HAVE_TCP_KEEPALIVE 1` in `./iperf/src/iperf_config.h` before launching `make` to have the `--cntl-ka` option available. I can confirm with `netstat...
Hi! I tried on the following platforms : - Rocky Linux release 9.0 (Blue Onyx) - Ubuntu 20.04.5 LTS The option is available on both system : `[root@ROCKY:/]# sysctl -a...
Thank you David, that was it! I did ``autoconf`` then ``autoheader`` then ``./configure`` and the ``./src/iperf_config.h`` now contain ``#define HAVE_TCP_KEEPALIVE 1`` Any idea when this change will be merged?
Thank you David! @bmah888 Can we be of any further help for this PR to be merged? Thanks!
Hi @davidBar-On ! I did some more testing and I can activate keepalive only from client to server, not from server to client. **Server :** ``/usr/local/bin/iperf3 -s -i 1 -f...
Thanks you very much @davidBar-On, may the gods of merging be with us!