摘要: 客户端:#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <string.h>#include <netdb.h>#include <sys/types.h>#include <netinet/in.h>#include <sys/socket.h>#define MAXDATASIZE 100 int connect_server(int argc, char *argv[]){ int sockfd, numbytes 阅读全文
posted @ 2013-05-01 21:15 北海石松 阅读(481) 评论(0) 推荐(0) 编辑