搜索资源列表
linux下关于socket编程的C例子
- 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
server-nonblockingsocket
- UDP收包程序例子,基于非阻塞模式socket,并利用select()实现接收超时。