Hello
I want to modify tcp parameter : tcp_tw_reuse, tcp_tw_recycle
echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse
echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle
But I can't do "/sbin/sysctl -p" to active the two settings.
The message is "sysctl: applet not found"
Can somebody tell me how to modify tcp_tw_reuse and tcp_tw_recycle correctly ?