搜索资源列表
natsvr4
- 自己开发基于P2P通讯的网络服务器,这个是服务器代码,里面包含了如何建立UDP 的P2P连接通讯代码。
UDP_select()
- 通过UDP和select函数来实现非阻塞的通话机制,已达到客户端之间的通讯-Through the UDP and select functions to achieve non-blocking call mechanism, has reached the communication between the client
udpsocket
- linux下c语言的udp通讯小代码。。。不到1k,上去不了,日!加个md5的代码在里面,可以无视-c under linux language small code udp communication. . . Less than 1k, can not go, Japan! Md5 add the code inside, you can ignore the
UNixNetworkProgram
- 客户client<->服务器server 1 多对多的关系 2 通讯的协议族 TCP UDP IPv4 IPv6 -Client client <-> server server 1 many-to-many relationship between 2 communications protocol suite TCP UDP IPv4 IPv6
arppoll
- 一个C程序,获取ARP表信息,UDP通讯及连接数据库,读取配置文件等功能-A C program, access ARP table information, UDP communication and connect to database, read the configuration files and other functions
taskm
- 一个简单的任务管理和UDP通讯的类,具有简洁高效的特点。-A simple task management and UDP communication category, with a simple high-performance characteristics.
taskmanger
- 一个简单的任务管理和UDP通讯的类,具有简洁高效的特点。-A simple task management and UDP communication category, with a simple high-performance characteristics.
fork_socket-utf8
- 多进程UDP方便演示多进程条件下的通讯,希望大家喜欢.
UDPcommunication
- 综合考虑到数据信息量,以及数据传输可靠性,采用在应用层封装可靠性的自定义协议,底层使用适合大数据量传输UDP协议,实现通讯传输效率和可靠性的平衡。实现上使用socket编程,协议设计上采用对数据报文的分帧,传输控制(报文的顺序等),校验,数据的转义,以及服务器/客户端的通讯握手来实现,在协议设计中充分考虑到继承性和扩展性.-Considering the amount of information to the data, and data transmission reliability, w
tcp
- UDP实现的简易通讯程序 用sendto(),recvfrom()函数实现客户机与服务器之间的信息交换。-port scan
thread
- 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
stzroatan
- 用UDP协议实现消息通讯有一个自己的类,不错源码-Using UDP protocol implementation news communication has its own class, a good source
udp通讯实现
- Linux UDP 通讯实例,可直接使用(Linux UDP communication examples, can be used directly)