APUE Learning Example Source Code
guowenxue
2020-06-07 8a383b8715fc07145fdc3f3e3dbe6ecd93f72989
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 */