- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to enable 'tcp window scaling' on HP-UX?
Operating System - HP-UX
1822909
Members
3637
Online
109645
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2005 10:54 PM
тАО11-05-2005 10:54 PM
On Linux, we can use 'echo 1 > /proc/sys/net/ipv4/tcp_window_scaling' to enable it.
Thanks.
Thanks.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2005 12:07 AM
тАО11-06-2005 12:07 AM
Solution
Hi
RFC 1323 support is enabled automagically in HP-UX 11. If an application requests a window/socket buffer size greater than 64 KB, window scaling and timestamps will be used automatically.
The default TCP window size in HP-UX 11 remains 32768 bytes and can be altered though ndd and the settings:
tcp_recv_hiwater_def
tcp_recv_hiwater_lfp
tcp_recv_hiwater_lnp
tcp_xmit_hiwater_def
tcp_xmit_hiwater_lfp
tcp_xmit_hiwater_lnp
All supported TCP parameters in HP-UX and ndd tuning describe ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
RFC 1323 support is enabled automagically in HP-UX 11. If an application requests a window/socket buffer size greater than 64 KB, window scaling and timestamps will be used automatically.
The default TCP window size in HP-UX 11 remains 32768 bytes and can be altered though ndd and the settings:
tcp_recv_hiwater_def
tcp_recv_hiwater_lfp
tcp_recv_hiwater_lnp
tcp_xmit_hiwater_def
tcp_xmit_hiwater_lfp
tcp_xmit_hiwater_lnp
All supported TCP parameters in HP-UX and ndd tuning describe ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2005 01:10 AM
тАО11-06-2005 01:10 AM
Re: How to enable 'tcp window scaling' on HP-UX?
ndd -h | grep window
Pick the parameter you need.I guess that will be tcp_recv_hiwater_def.Usually advised to set window size on application basis using setsockopt() SO_RCVBUF. I also think that its upper limit is 64k , while in Linux tcp_window_scaling is set for those larger than 64k...
Anyway, you set the parameter with ndd,
to preserve on boot add it ot /etc/rc.config.d/nddconf
Pick the parameter you need.I guess that will be tcp_recv_hiwater_def.Usually advised to set window size on application basis using setsockopt() SO_RCVBUF. I also think that its upper limit is 64k , while in Linux tcp_window_scaling is set for those larger than 64k...
Anyway, you set the parameter with ndd,
to preserve on boot add it ot /etc/rc.config.d/nddconf
So computers don't think yet. At least not chess computers. - Seymour Cray
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP