<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic netstat TIME_WAIT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573567#M831352</link>
    <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;I am working on HP Apache web server on hpux 11. I gave "netstat -an" command. I saw the output as "TIME_WAIT". I am not able to figure out whether it is good or bad ?&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
    <pubDate>Wed, 29 Jun 2005 14:44:17 GMT</pubDate>
    <dc:creator>Shivkumar</dc:creator>
    <dc:date>2005-06-29T14:44:17Z</dc:date>
    <item>
      <title>netstat TIME_WAIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573567#M831352</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;I am working on HP Apache web server on hpux 11. I gave "netstat -an" command. I saw the output as "TIME_WAIT". I am not able to figure out whether it is good or bad ?&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Wed, 29 Jun 2005 14:44:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573567#M831352</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-06-29T14:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: netstat TIME_WAIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573568#M831353</link>
      <description>The TIME_WAIT state occurs after the socket is closed out. The system is monitoring the socket descriptor and will not release it for a few minutes. It's waiting for any delayed packets to turn up from the remote host after acknowledging the connection termination request.&lt;BR /&gt;&lt;BR /&gt;The TIME_WAIT state prevents old socket connections from being reused before all data is 'flushed' off the network.&lt;BR /&gt;&lt;BR /&gt;You can view it with:&lt;BR /&gt;# ndd -get /dev/tcp tcp_time_wait_interval&lt;BR /&gt;&lt;BR /&gt;and set it with:&lt;BR /&gt;# ndd -set /dev/tcp tcp_time_wait_interval xxxxx&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jun 2005 15:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573568#M831353</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-06-29T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: netstat TIME_WAIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573569#M831354</link>
      <description>See tha attachment&lt;BR /&gt;&lt;BR /&gt;It is normal to have a socket in the TIME_WAIT state for a long period of time. The time is specified in RFC793 as twice the Maximum Segment Lifetime (MSL). MSL is specified to be 2 minutes. So, a socket could be in a TIME_WAIT state for as long as 4 minutes. Some systems implement different values (less than 2 minutes) for the MSL.</description>
      <pubDate>Thu, 30 Jun 2005 01:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573569#M831354</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-30T01:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: netstat TIME_WAIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573570#M831355</link>
      <description>Strictly speaking, TIME_WAIT is about TCP connections, which are named by the four-tuple of local/remote IP and local/remote port number.  By the time a TCP connection has entered TIME_WAIT, the socket is (virtually always) long gone.&lt;BR /&gt;&lt;BR /&gt;It is highly unlikely that anyone would ever need to shorten tcp_time_wait_interval.&lt;BR /&gt;&lt;BR /&gt;The HP-UX TCP stack can deal with a great many connections in TIME_WAIT.&lt;BR /&gt;&lt;BR /&gt;Any application that cannot restart while there are connections in TIME_WAIT is broken.</description>
      <pubDate>Thu, 30 Jun 2005 12:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-time-wait/m-p/3573570#M831355</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-06-30T12:51:10Z</dc:date>
    </item>
  </channel>
</rss>

