Changes between Initial Version and Version 1 of Ticket #6290, comment 3


Ignore:
Timestamp:
Jul 9, 2010, 9:17:30 PM (14 years ago)
Author:
kallisti5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6290, comment 3

    initial v1  
    1 Not really...
     1Not always...
    22
    33Example:
    4  wget a remote file, look for TIME WAIT connections.
     4 wget a remote file, after wget executes and quits there are no open network connections.
    55
    6 If the sockets were in CLOSE WAIT, then there wouldn't be a problem:
    7 http://www.tcpipguide.com/free/t_TCPConnectionTermination-2.htm
    8 
    9 ESTABLISHED should transition to CLOSE WAIT if everything goes well. The transition to TIME WAIT is just Haiku's network stack burping and timing out after the process controlling the socket closes unexpectedly.
     6ESTABLISHED should transition to TIME WAIT / CLOSE WAIT and CLOSE immediately if everything goes well.