会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
张铁子
博客园
首页
新随笔
联系
订阅
管理
2018年2月21日
高级I/O函数
摘要: pipe 函数 int pipe( int fd[2] ); 创建管道,半双工,字节流,容量默认65536字节。fd[0]用来读,fd[1]用来写。 可以用与父子进程间的无名管道,各自关闭一端。 int sockpair(int domain, int type, int protocol, int
阅读全文
posted @ 2018-02-21 16:33 张铁子
阅读(260)
评论(0)
推荐(0)
编辑
公告