This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Modify TCP parameter on DM368

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 ?