09 2016 档案

客户侧tcp连接的建立
摘要:int TcpConnect(char* hostname, int port){ struct sockaddr_in dest; fd_set writefds;struct timeval timeout;int id=socket(AF_INET, SOCK_STREAM, IPPROTO_ 阅读全文

posted @ 2016-09-20 15:16 Offen_Lou

导航