linux tcp的结构体编程,Linux编程:TCP编程基础
参考书:《Linux网络编程(第2版)》,宋敬彬等编著。1.TCP通信流程 tcp连接过程图片来源: https://blog.csdn.net/u012234115/article/details/541422732. 套接字基础知识通用套接字数据结构struct sockaddr{ //套接字地址结构sa_family_t sa_family, //协议族,类型为usigned_shortc...