How to tune TCP TIME_WAIT timeout on Solaris?
- by Hongli Lai
I'm trying to change the TCP TIME_WAIT timeout on Solaris. According to some Google results I need to run this command:
ndd -set /dev/tcp tcp_time_wait_interval 60000
However I get:
operation failed: Not owner
What am I doing wrong? I'm already running ndd as root. Is there another way to tune TIME_WAIT?