socket编程——TCP协议(C语言代码实现)

Linux系统下socket编程 ——TCP协议  1、相关API       一、建立套接字                                  #include <sys/socket.h>                 int socket(int domain, int type, int protocol);                     返回值:成功返回值套接
相关文章
相关标签/搜索