Hello,
I am looking for some details about tcp system in Solaris 2.5 system.
I would like to know what does the variable tcp_close_wait_interval
mean in tcp system of solaris 2.5? For a kind of test I am running
I use 'ndd' command to set the value before I start the tests.
Command I use to set the value is
ndd -set /dev/tcp tcp_close_wait_interval 60000
then later I use the following command to see the value set.
ndd -get /dev/tcp tcp_close_wait_interval
man page for ndd says that it is used to set and get the
driver configuration value. If I set the value of the above parameter
how it affects the tcp connection? what it implies in terms of
communication
between two systems?
Please reply to this querry. I am thankful.
regards
Upadhya.
--