摘要: 1.Socket()函数 作用:指定通信的协议类型。要执行网络I/O,必须先调用socket函数。 #include <sys/socket.h> int socket(int family, int type, int protocal); /** @param: family AF_INET: 阅读全文
posted @ 2016-05-13 17:05 GregoRay 阅读(231) 评论(0) 推荐(0) 编辑