Operating System - HP-UX
1832757 Members
2962 Online
110045 Solutions
New Discussion

FIN_WAIT_2 :- Default duration and how it can be set.

 
Amith_2
Frequent Advisor

FIN_WAIT_2 :- Default duration and how it can be set.


I would like to know whether the time limit for a port to be in FIN_WAIT_2 can be set through any configuration file. If so which file and how to reset it. I would also like to know the default value of a port to be in FIN_WAIT_2 status.

Is this the same in HP-11 and HP11i OS?
2 REPLIES 2
Muthukumar_5
Honored Contributor

Re: FIN_WAIT_2 :- Default duration and how it can be set.

You can get the value and information as,

# ndd -h supported | grep fin
# ndd -get /dev/tcp tcp_fin_wait_2_timeout

# ndd -h tcp_fin_wait_2_timeout

Tune that based on.

hth.

Easy to suggest when don't know about the problem!
Peter Godron
Honored Contributor

Re: FIN_WAIT_2 :- Default duration and how it can be set.