标签: c sockets network-programming
通用套接字结构的目的是什么?
struct sockaddr { unit8_t sa_len; sa_family_t sa_family; char sa_data[14]; }
为什么我们不能使用void *?
void *