会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
coodyz の blog
莫道君行早,更有早行人。
博客园
首页
新随笔
联系
订阅
管理
2019年10月8日
基本TCP套接字编程
摘要: 一、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
阅读(249)
评论(0)
推荐(0)
编辑
公告