
Network Program
文章平均质量分 83
sulliy
这个作者很懒,什么都没留下…
展开
-
一个简单的基于select的并发服务器
服务器端: #include#include#include#include#include#include#include#include#define BACKLOG 4#define INET_ADDRSTRLEN 16struct args{ int arg1; int arg2;};struct result{ int sum;};#define ARG stru原创 2010-05-20 21:01:00 · 2194 阅读 · 0 评论 -
如何测试网络连通性
<br />Introduction<br /> <br />Some of the functions of our applications may require a run-time test of internet connectivity. Once internet connectivity is detected, the functions that require internet access may temporarily be disabled and/or the user ca转载 2011-01-25 10:06:00 · 1761 阅读 · 0 评论 -
使用NDK进行网络文件传输
想要通过网络传输文件,搜了不少代码,找到一个何意的真不容易。Marat Bedretdinov给了一个关于聊天程序的代码,里面包含NetLib模块,对网络提供了一个很好的界面,提供了多线程和事件通知。但是很复杂,源文件就有49个,还木有时间细看。有兴趣的可以看看。Sebast原创 2011-08-15 18:03:18 · 2984 阅读 · 0 评论