tcp_time_wait_interval

I have to change tcp_time_wait_interval to 60000 Mill.Sec. by running 'ndd -set /dev/tcp 60000'.

The new setting is accepted and valid until I have to reboot SUN Solaris.

After reboot the value for tcp_time_wait_interval is changed back to the default value again, which is 240000 Mill.Sec.

What can I do to change the value permanently ?

Thanks

[385 byte] By [phamk1] at [2007-11-25 23:25:10]
# 1
Here's a handy website that may help you:"Modify /etc/init.d/inetinit (At end), set TCP tuning parameters." http://colin.bitterfield.com/how_to_production_ready.html
spamly at 2007-7-5 18:12:02 > top of Java-index,General,Talk to the Sysop...
# 2
You can do one of the following:Create a rc file under /etc/rc2.d where you set the tcp variable orset it on the /etc/system file
malopez_1973 at 2007-7-5 18:12:02 > top of Java-index,General,Talk to the Sysop...