HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How can I modify the system's UDP socket recei...
Operating System - HP-UX
1834916
Members
2675
Online
110071
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
04-11-2001 12:42 AM
04-11-2001 12:42 AM
How can I modify the system's UDP socket receive buffer ?
Hi,
Does anybody know how to modify HPUX11.0 's UDP socket receive buffer ? It seems you can't modify it in SAM .
When I use a small C program to get the default socket buffer size , it seems too small .
******************************************************
SO_RCVBUF: default = 32768
SO_SNDBUF: default = 32768
******************************************************
How can make it lager in the system wide ?
thanks.
Frank.
Does anybody know how to modify HPUX11.0 's UDP socket receive buffer ? It seems you can't modify it in SAM .
When I use a small C program to get the default socket buffer size , it seems too small .
******************************************************
SO_RCVBUF: default = 32768
SO_SNDBUF: default = 32768
******************************************************
How can make it lager in the system wide ?
thanks.
Frank.
Hi Friend
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 03:49 AM
04-11-2001 03:49 AM
Re: How can I modify the system's UDP socket receive buffer ?
Now all the networking paramters are controlled by a command called NDD
type in
ndd -h supported to get a list of all the parameters you can change.
To keep it system wide and each time you restart, edit the nddconf file under /etc/rc.config.d.
Hope it helps
Terja
type in
ndd -h supported to get a list of all the parameters you can change.
To keep it system wide and each time you restart, edit the nddconf file under /etc/rc.config.d.
Hope it helps
Terja
UNIX - Live free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 12:48 PM
04-11-2001 12:48 PM
Re: How can I modify the system's UDP socket receive buffer ?
Frank,
man setsockopt() tells you how your program can set SO_SNDBUF SO_RCVBUF for TCP and UDP.
man tcp(7) and udp(7) discuss the HPUX defaults.
Systemwide default can be changed with ndd, tcp_send => tcp_xmit_hiwater_def & tcp_receive => tcp_recv_hiwater_def
I have heard of a hidden tunable for udp_recv_hiwater_max, but have not tried it.
Once you've determined the ndd does what you want, edit /etc/rc.config.d/nddconf to make the change take effect upon future reboots.
Hope this helps,
-> Brian Hackley
man setsockopt() tells you how your program can set SO_SNDBUF SO_RCVBUF for TCP and UDP.
man tcp(7) and udp(7) discuss the HPUX defaults.
Systemwide default can be changed with ndd, tcp_send => tcp_xmit_hiwater_def & tcp_receive => tcp_recv_hiwater_def
I have heard of a hidden tunable for udp_recv_hiwater_max, but have not tried it.
Once you've determined the ndd does what you want, edit /etc/rc.config.d/nddconf to make the change take effect upon future reboots.
Hope this helps,
-> Brian Hackley
Ask me about telecommuting!
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