APUE Learning Example Source Code
guowenxue
2023-11-06 d81310d55b9b7d07904c19f879f50e52fd7be489
prj1_tlv/lylib/socket.h
@@ -61,7 +61,7 @@
typedef struct socket_s
{
    int            fd;          /* socket fd  */ 
    uint8_t        type;        /* socket type: listen, accept or accept */
    uint8_t        type;        /* socket type: listen, accept or connect */
    uint8_t        status;      /* socket status: SOCK_STAT_INIT,SOCK_STAT_CONNECTED... */
    
    /* socket server/client IP address and port */