1. socket组成

struct socket   
{   
    socket_state              state;   
    unsigned long             flags;   
    const struct proto_ops    *ops;   
    struct fasync_struct      *fasync_list;   
    struct file               *file;   
    struct sock               *sk;   
    wait_queue_head_t         wait;   
    short                     type;   
};
Copyright © ershouche-FE 2019 all right reserved,powered by Gitbook文件修订时间: 2022-03-01 22:42:30

results matching ""

    No results matching ""