- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- where? TCP SO_KEEPALIVE and SO_RCVTIMEO
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
12-07-2007 07:58 AM
12-07-2007 07:58 AM
TCP SO_KEEPALIVE and SO_RCVTIMEO
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 08:01 AM
12-07-2007 08:01 AM
Re: where? TCP SO_KEEPALIVE and SO_RCVTIMEO
See the 'ndd' manpages.
Regards!
...JRF..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 08:06 AM
12-07-2007 08:06 AM
Re: where? TCP SO_KEEPALIVE and SO_RCVTIMEO
I have a client asking for this. I need a more direct answer please. I dont know what these parms are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 08:09 AM
12-07-2007 08:09 AM
Re: where? TCP SO_KEEPALIVE and SO_RCVTIMEO
Are there default values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 08:10 AM
12-07-2007 08:10 AM
Re: where? TCP SO_KEEPALIVE and SO_RCVTIMEO
Actually, the values for a socket connection are specified by 'setsockopt()' when a socket is setup.
http://docs.hp.com/en/B2355-60105/getsockopt.2.html
...but are goverend by tunable kernel parameters:
http://docs.hp.com/en/B2355-60105/ndd.1M.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 05:52 PM
12-07-2007 05:52 PM
SolutionSO_RCVTIMEO may be present in some HP-UX include files, but it is never more than a noop. Any application relying on it will be sadly dissapointed and will need to use something along the lines of select(), poll() or /dev/poll instead.
So, to what ends were you planning on using SO_KEEPALIVE and SO_RCVTIMEO?