GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring default send/rcvbuf on 10.2/11.1
Operating System - HP-UX
1843429
Members
3914
Online
110216
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
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
03-12-2002 07:53 AM
03-12-2002 07:53 AM
Configuring default send/rcvbuf on 10.2/11.1
Is there a kernel parameter or configuration file to default the size of the send and receive buffers on 10.2 and 11.1? These parameters would correspond to SO_RCVBUF and SO_SNDBUF in setsockopt/getsockopt if I were to set the values directly through my application...
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:20 AM
03-12-2002 08:20 AM
Re: Configuring default send/rcvbuf on 10.2/11.1
HPUX is no NetBSD. Although it might give you some clues:
See http://www.tac.eu.org/cgi-bin/man-cgi?inetd+8
As you can see, you can set the limits in each service-line of inetd.conf, using the protocol field (as in /etc/protocol).
I know it is no solution, but it might give you some more clues..
--CJ
See http://www.tac.eu.org/cgi-bin/man-cgi?inetd+8
As you can see, you can set the limits in each service-line of inetd.conf, using the protocol field (as in /etc/protocol).
I know it is no solution, but it might give you some more clues..
--CJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 09:03 AM
03-12-2002 09:03 AM
Re: Configuring default send/rcvbuf on 10.2/11.1
You can make system-wide changes on hpux 11.x by using the following ndd parameters:
tcp_recv_hiwater_def - receive buffer
tcp_xmit_hiwater_def - send buffer
For example to set it to 8k:
#ndd -set /dev/tcp tcp_recv_hiwater_def 8192
#ndd -set /dev/tcp tcp_xmit_hiwater_def 8192
On 10.20 the nettune command is the one to use with the following parameters:
# nettune -s tcp_receive 8192
# nettune -s tcp_send 8192
Note that this will effect *all* applications on your system that do not explicitly do a setsockopt().
Regards,
Steve
tcp_recv_hiwater_def - receive buffer
tcp_xmit_hiwater_def - send buffer
For example to set it to 8k:
#ndd -set /dev/tcp tcp_recv_hiwater_def 8192
#ndd -set /dev/tcp tcp_xmit_hiwater_def 8192
On 10.20 the nettune command is the one to use with the following parameters:
# nettune -s tcp_receive 8192
# nettune -s tcp_send 8192
Note that this will effect *all* applications on your system that do not explicitly do a setsockopt().
Regards,
Steve
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP