View | Details | Raw Unified | Return to bug 29970
Collapse All | Expand All

(-)tcp_input.c Wed Aug 22 23:41:45 2001 (-1 / +1 lines)
Lines 1488-1494 Link Here
1488
        *    SYN_RECEIVED STATE:
1488
        *    SYN_RECEIVED STATE:
1489
        *      If passive open, return to LISTEN state.
1489
        *      If passive open, return to LISTEN state.
1490
        *      If active open, inform user that connection was refused.
1490
        *      If active open, inform user that connection was refused.
1491
        *    ESTABLISHED, FIN_WAIT_1, FIN_WAIT2, CLOSE_WAIT STATES:
1491
        *    ESTABLISHED, FIN_WAIT_1, FIN_WAIT_2, CLOSE_WAIT STATES:
1492
        *      Inform user that connection was reset, and close tcb.
1492
        *      Inform user that connection was reset, and close tcb.
1493
        *    CLOSING, LAST_ACK STATES:
1493
        *    CLOSING, LAST_ACK STATES:
1494
        *      Close the tcb.
1494
        *      Close the tcb.

Return to bug 29970