Operating System - HP-UX
1832979 Members
3595 Online
110048 Solutions
New Discussion

Documentation of ndd parameters

 
Marcelo De Florio_1
Frequent Advisor

Documentation of ndd parameters

anybody know about documentation of ndd parameters ?

regards

MDF
Marcelo De Florio
6 REPLIES 6
Tim D Fulford
Honored Contributor

Re: Documentation of ndd parameters

ndd -h

or ndd -h (e.g ndd -h ip_forwarding)

As far as a verbose explaination, I do not know

Tim
-
S.K. Chan
Honored Contributor
MANOJ SRIVASTAVA
Honored Contributor

Re: Documentation of ndd parameters

 
Marcelo De Florio_1
Frequent Advisor

Re: Documentation of ndd parameters

anybody know, if i execute netstat -s, the statistic of :
connections dropped by rexmit timeout

how can i know about parameter of ndd ?

regards.

MDF
Marcelo De Florio
Tim D Fulford
Honored Contributor

Re: Documentation of ndd parameters


ndd -h | grep xmit
tcp_rexmit_interval_initial - Initial value for round trip time-out
tcp_rexmit_interval_initial_lnp - tcp_rexmit_interval_initial for LNP
tcp_rexmit_interval_max - Upper limit for computed round trip timeout
tcp_rexmit_interval_min - Lower limit for computed round trip timeout
tcp_xmit_hiwater_def - The amount of unsent data that triggers
tcp_xmit_hiwater_lfp - The amount of unsent data that triggers
tcp_xmit_hiwater_lnp - The amount of unsent data that triggers
tcp_xmit_lowater_def - The amount of unsent data that relieves
tcp_xmit_lowater_lfp - The amount of unsent data that relieves
tcp_xmit_lowater_lnp - The amount of unsent data that relieves

Tim
-