会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
林泽归来
博客园
首页
新随笔
联系
管理
订阅
2018年1月18日
Linux C socket 编程之TCP
摘要: 本文主要是,简单实现tcp连接的两个程序。本文编写,假设读者有socket 编程思想。熟悉C编程。 服务端: #include <stdio.h>#include <stdlib.h>#include <sys/socket.h>#include <netinet/in.h> //互联网地址族#in
阅读全文
posted @ 2018-01-18 00:39 林泽归来
阅读(4792)
评论(1)
推荐(1)
编辑
公告