1833723 Members
3535 Online
110063 Solutions
New Discussion

TCP window size in HPUX

 
Amitava_HP-UX
Advisor

TCP window size in HPUX

HOw can i check the TCP window size in HP-UX 11.11 & how can i modify it. I want to know what all are the possible valus of this parameters & how to define the best value.
2 REPLIES 2
m saravanan
Valued Contributor

Re: TCP window size in HPUX

Amitava..

Check this "ndd" parameters,

tcp_cwnd_initial - Initial size of the congestion window as a
tcp_recv_hiwater_def - Maximum receive window size
tcp_recv_hiwater_lfp - Maximum receive window size for fast links
tcp_recv_hiwater_lnp - Maximum receive window size for slow links
tcp_rwin_mss_multiplier - Multiplier applied to the receive window MSS


To get more detail of the parameter, check with ndd help,
Example:
=========
# ndd -h tcp_cwnd_initial


Regds,
Saravanan
AwadheshPandey
Honored Contributor

Re: TCP window size in HPUX