[Solved] How to query tcp buffer sizes for a certain socket?
Hi folks,
Does anybody know how to query the tcp buffer sizes for certain socket?
For example lets say I run
iperf3 -c foo.example.com
I tried to get a look into the file descriptor by running
cat /proc//fd/3
I do not want to query the general limits from
/proc/sys/net/ipv4/tcp_mem
Thanks in advance for your help.
Best regards,
Joerg K.
Responses