- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Set UDP buffer in HPUX 11.x
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-24-2002 06:45 AM
04-24-2002 06:45 AM
Set UDP buffer in HPUX 11.x
Thank you.
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:16 AM
04-24-2002 07:16 AM
Re: Set UDP buffer in HPUX 11.x
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 08:24 AM
04-24-2002 08:24 AM
Re: Set UDP buffer in HPUX 11.x
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 03:22 AM
05-07-2002 03:22 AM
Re: Set UDP buffer in HPUX 11.x
I think it must be a method to increase the UDP buffer, like TCP.
Thanks,
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 03:36 AM
05-07-2002 03:36 AM
Re: Set UDP buffer in HPUX 11.x
I once had an issue with udp buffer overflow's.
I got an answer like this:
Unfortunately there is nothing you can do from the admin perspective it can only be done during the binding of the socket.
Meaning: the programmer should change this value.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 03:48 AM
05-07-2002 03:48 AM
Re: Set UDP buffer in HPUX 11.x
I have some bad news for you , unfortunately there is no way of changing this "on-the-fly" at the moment , not even in NDD , there has been a service enhancement request opened at HP for a while now describing the need for such a feature in ndd but it hasn't been implemented yet (probably is previewed for HP-UX v.12), there is only one way of altering it altogether left to you and as explained before it is altering the application that allocates the buffers by using the setsockopt() systemcall . It unfortunately cannot be done on the command line ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 09:27 AM
05-07-2002 09:27 AM
Re: Set UDP buffer in HPUX 11.x
Unless this UDP traffic is very bursty a bigger buffer is not going to help much. Try adding memory, dropping unneeded processes or moving them to a different machine, adding another processor.
Alternatively can you throttle the traffic down at the source?
Ron