zoukankan      html  css  js  c++  java
  • socket状态

    SYN_SEND Indicates active open.

    SYN_RECEIVED Server just received SYN from the client.

    ESTABLISHED Client received server's SYN and session is established.

    LISTEN Server is ready to accept connection.

    NOTE: See documentation for listen() socket call. TCP sockets in listening state are not shown - this is a limitation of NETSTAT. For additional information, please see the following article in the Microsoft Knowledge Base:

    134404 NETSTAT.EXE Does Not Show TCP Listen Sockets

    FIN_WAIT_1 Indicates active close.

    TIMED_WAIT Client enters this state after active close.

    CLOSE_WAIT Indicates passive close. Server just received first FIN from a client.

    FIN_WAIT_2 Client just received acknowledgment of its first FIN from the server.

    LAST_ACK Server is in this state when it sends its own FIN.

    CLOSED Server received ACK from client and connection is closed.

  • 相关阅读:
    Segment Routing之IPv6 SR概述
    ping6 connect: Invalid argument
    glance image-list
    SRv6技术研究和组网设计
    physical_interface_mappings
    bond
    srv6 tools---SRext
    srv6
    8月18号
    8月17号
  • 原文地址:https://www.cnblogs.com/liyou-blog/p/4635391.html
Copyright © 2011-2022 走看看