I'm trying to tune some tcp parameters to enhance the performance of the wireless network I have. One of those system parameters are tcp_frto and tcp_frto_response. The first value I was able to read and change but when I try to read the second one, I get this message:
sysctl: cannot stat /proc.sys/net/ipv4/tcp_frto_response
Then I went to that specific directory and listed the sysctl parameters, and tcp_frto_response doesn't exist, and I cant read its value. I also added that in /etc/sysctl.conf and rebooted the machine but not yet able to find it. How to resolve this issue.
Note: in the TCP man page of ubuntu, this value was set since Linux 2.6.22