HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCP/IP EST connection
Operating System - HP-UX
1833476
Members
2886
Online
110052
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
09-10-2002 10:39 PM
09-10-2002 10:39 PM
TCP/IP EST connection
How long will a HP-UX server stay in an EST state without receiving any new data?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 11:12 PM
09-10-2002 11:12 PM
Re: TCP/IP EST connection
/usr/bin/ndd -get /dev/tcp tcp_keepalive_interval
Shows the time period. For more info;
ndd -h tcp_keepalive_interval
To change it see man ndd but this is only temporary - you need to change it in /etc/rc.config.d/nddconf to make it permanent when you reboot.
Im from Palmerston North, New Zealand, but somehow ended up in London...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 10:22 AM
09-27-2002 10:22 AM
Re: TCP/IP EST connection
From the standpoint of TCP:
If the connection is not sending any data at the same time, it will stay in ESTABLISHED until the remote sends either a FIN or a RST segment. If the remote have dropped off the face of the network, that could be quite a long time...
If the connection has enabled keepalives via setsockopt(SO_KEEPALIVE), then after tcp_keepalive_interval milliseconds of idleness the connection will start sending keepalive probes. If no response to the keepalive probes is received within tcp_ip_abort_interval, the connection will be aborted. If replies are received, the connection will remain in ESTABLISHED.
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
If the connection is not sending any data at the same time, it will stay in ESTABLISHED until the remote sends either a FIN or a RST segment. If the remote have dropped off the face of the network, that could be quite a long time...
If the connection has enabled keepalives via setsockopt(SO_KEEPALIVE), then after tcp_keepalive_interval milliseconds of idleness the connection will start sending keepalive probes. If no response to the keepalive probes is received within tcp_ip_abort_interval, the connection will be aborted. If replies are received, the connection will remain in ESTABLISHED.
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
there is no rest for the wicked yet the virtuous have no pillows
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