HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UDP buffer tuning
Operating System - HP-UX
1828195
Members
2133
Online
109975
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
01-26-2005 08:47 AM
01-26-2005 08:47 AM
UDP buffer tuning
Hi,
I have Oracle 9i RAC problem which points to UDP buffer parameter tuning on the system.
I have read about the subject and found two paramters that affect the operations.
They are :
udp_recv_hiwater_max - Upper bound on UDP receive buffer size
Currently set at 2 GB
socket_udp_rcvbuf_default - Sets the default receive buffer size for socket
Currently set at 65535.
I would like to get a better understanding of how the two differ . Is one a hard limit of all UDP receive queues and the other is for each socket?
I would appreciate some more useful info. Also, if anyone can relate UDP buffer tuning to Oracle, I would appreciate it greatly.
Dimitry.
I have Oracle 9i RAC problem which points to UDP buffer parameter tuning on the system.
I have read about the subject and found two paramters that affect the operations.
They are :
udp_recv_hiwater_max - Upper bound on UDP receive buffer size
Currently set at 2 GB
socket_udp_rcvbuf_default - Sets the default receive buffer size for socket
Currently set at 65535.
I would like to get a better understanding of how the two differ . Is one a hard limit of all UDP receive queues and the other is for each socket?
I would appreciate some more useful info. Also, if anyone can relate UDP buffer tuning to Oracle, I would appreciate it greatly.
Dimitry.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 02:35 AM
03-22-2005 02:35 AM
Re: UDP buffer tuning
Hi Dimitry
Does this has sufficient info you were looking for?
socket_udp_sndbuf_default:
Sets the default send buffer size for UDP sockets.
[1-65535] Default: 65535
socket_udp_rcvbuf_default:
Sets the default receive buffer size for UDP sockets.
The value of this tunable parameter should not exceed the
value of the ndd parameter udp_recv_hiwater_max. Otherwise,
a socket() call to create UDP socket will fail and return
the errno value EINVAL.
[1-2147483647] Default: 65535
udp_recv_hiwater_max:
Limits the receive buffer size for TCP and UDP sockets or
communication endpoints specified in a SO_RCVBUF option of a
setsockopt() call or XTI_RCVBUF option in a t_optmgmt() call.
A setsockopt() call with a SO_RCVBUF option that exceeds the
corresponding kernel parameter value will fail and return the
errno value EINVAL.
A t_optmgmt() call with an XIT_RCVBUF option that exceeds the
corresponding kernel parameter value will fail and return the
t_errno value TBADOPT.
A socket() call to create a UDP socket will fail and return
the errno value EINVAL if the value of the ndd parameter
socket_udp_rcvbuf_default exceeds the value of udp_recv_hiwater_max
[1024-2147483647] Default: 2147483647 bytes
Does this has sufficient info you were looking for?
socket_udp_sndbuf_default:
Sets the default send buffer size for UDP sockets.
[1-65535] Default: 65535
socket_udp_rcvbuf_default:
Sets the default receive buffer size for UDP sockets.
The value of this tunable parameter should not exceed the
value of the ndd parameter udp_recv_hiwater_max. Otherwise,
a socket() call to create UDP socket will fail and return
the errno value EINVAL.
[1-2147483647] Default: 65535
udp_recv_hiwater_max:
Limits the receive buffer size for TCP and UDP sockets or
communication endpoints specified in a SO_RCVBUF option of a
setsockopt() call or XTI_RCVBUF option in a t_optmgmt() call.
A setsockopt() call with a SO_RCVBUF option that exceeds the
corresponding kernel parameter value will fail and return the
errno value EINVAL.
A t_optmgmt() call with an XIT_RCVBUF option that exceeds the
corresponding kernel parameter value will fail and return the
t_errno value TBADOPT.
A socket() call to create a UDP socket will fail and return
the errno value EINVAL if the value of the ndd parameter
socket_udp_rcvbuf_default exceeds the value of udp_recv_hiwater_max
[1024-2147483647] Default: 2147483647 bytes
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP