摘要: 一、socket函数 1 #include <sys/soket.h> 2 int soket(int family, int type, int protocol); 3 //返回:若成功则为非负描述符,若出错则为-1 family参数指明协议族,type参数指明套接字类型, protocol设为 阅读全文
posted @ 2019-10-08 17:11 Coodyzのblog 阅读(244) 评论(0) 推荐(0) 编辑