How to tune TCP TIME_WAIT timeout on Solaris?
Posted
by Hongli Lai
on Server Fault
See other posts from Server Fault
or by Hongli Lai
Published on 2010-06-17T17:11:24Z
Indexed on
2010/06/17
17:13 UTC
Read the original article
Hit count: 298
networking
|solaris
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?
© Server Fault or respective owner