TIME_WAIT is perfectly normal for the socket shutdown.

<http://www.samag.com/documents/s=1323/sam0110e/0110e.htm>

"To address the problem, I had to understand what happens when a TCP connection is closed. Figure 1 illustrates these steps. After the Web server returns the requested Web page to a browser, it sends a connection termination request (FIN) to indicate that its end of the connection has been closed. When the browser acknowledges (ACK) the Web server's FIN, the Web server enters FIN_WAIT_2 state. The browser then sends a connection termination request (FIN) to the Web server indicating that it has closed its end of the connection. The Web server acknowledges (ACK) the browser's FIN. The Web server enters TIME_WAIT state and stays that way for time_wait interval. During this period, the kernel data structure resources associated with the TCP connection remain assigned. This is done in case any straggling packets are lingering on the network."


In reply to Re: Re: PlRPC and TIME_WAIT by Anonymous Monk
in thread PlRPC and TIME_WAIT by shushu

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.