- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- controlling tcp max time before send
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
08-27-2003 06:15 AM
08-27-2003 06:15 AM
controlling tcp max time before send
"man 7p tcp" indicates that it might be buffering until it gets an ack from the other side of the connection. However, it can be waiting up to 18 seconds.
I'm not sure if setting TCP_NODELAY would be the correct method of resolving the issue - is the socket going to wait for "write()" to complete before sending in this case? SO_SNDTIMEO sounds like it might be an avenue to investigate from the name, but I can't find any detail to its purpose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 06:36 AM
08-27-2003 06:36 AM
Re: controlling tcp max time before send
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 09:37 PM
08-27-2003 09:37 PM
Re: controlling tcp max time before send
I think your application have some port that is working on some port number
so you just check the /etc/inetd.conf file
if you found the services for your application then check in the line there is nowait for the TCP service
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 09:39 PM
08-27-2003 09:39 PM
Re: controlling tcp max time before send
I think your application have some port that is working on some port number
so you just check the /etc/inetd.conf file
if you found the services for your application then check in the line there is nowait for the TCP service
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 11:56 PM
08-27-2003 11:56 PM
Re: controlling tcp max time before send
Check your duplex setting on your lan card (lanadmin -x
Its difficult to speculate what else this could be without seeing the network trace (and system call trace if you've got one).
Regards,
Steve