tcp_sock,inet_sock和inet_connection_sock的关系
struct
tcp_sock {
struct inet_connection_sock inet_conn; //inet_connection_sock has to be the first member of tcp_sock
...
};
inet_connection_sock - INET connection oriented sock
struct in
转载
2013-04-19 21:21:33 ·
2316 阅读 ·
0 评论