
网络编程
俊哥有个blog
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
socket 数据传输源码
<br />/* Socket data transport tool* by bkbll([email protected])* [bkbll@mobile socket]$ uname -a* Linux mobile 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux* [bkbll@mobile socket]$ gcc -o trtool trtool.c* [bkbll@mobile socke转载 2011-05-17 09:50:00 · 1971 阅读 · 0 评论 -
端口工具htran的源代码1.0(windows平台)
<br /> <br />V1.00 功能介绍:<br /> 1. -listen 监听功能。支持 本机监听端口 <-> 本机转发端口 的转发。<br /> 2. -tran 简单端口转发功能。支持 本机端口 <-> 转发机器:转发端口 的转发。<br /> 3. -slave 双向转发功能。支持 监听机器:监听端口 <-> 转发机器:转发端口 的转发。<br /> 6. -log 支持日志记录。可以记录转发时的数据包内容。<br /> 4. 支持多线程,可同时建立多个连接。<转载 2011-05-17 10:01:00 · 3424 阅读 · 0 评论 -
编写地址族无关的网络应用程序
本文转自:http://www.kame.net/newsletter/19980604/<br />Implementing AF-independent applicationIntroduction<br />By deployment of Internet Protocol Version 6 (IPv6), the applicationprogrammers has to cope with socket connection with multiple address familie转载 2011-05-18 14:06:00 · 985 阅读 · 0 评论