搜索资源列表
流量控制
- 这是本人跟通寝室同学做的毕业设计课题,该课题主要任务是在分析Linux内核的基础上,熟悉和掌握Linux流量控制的机理。并进一步实现可针对IP地址进行流量控制的应用软件。该软件采用C/S结构。客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。在课题的具体分工上,本子课题负责客户端的实现。-this is my bedroom with Qualcomm graduate students to do design issues, the main to
SIP STACK LATEST VER
- 这是一个用C-C++实现的成熟的sip协议栈,目前正在稳定的使用,可同时运行于windows和linux平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature sip protocol stack and is currently stable use, can also run on Windows and Linux platforms, there is also a more detailed help files.
PPP STACK
- 这是一个用C-C++实现的成熟的ppp服务器和协议栈,目前正在稳定的使用,可同时运行于windows和linux和solaris平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature ppp server and protocol stack and is currently stable use, can also run on windows and linux and solaris platform, there is also
connect+disconnect
- linux c 网络编程 实tcp的链接和断开 非常适合于初学者
TIME_WAIT
- linux c 网络编程 测试tcp连接的TIME_WAIT状态 非常适合于初学者
linux系统下用C程序实现Ping功能
- linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp / ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
网络爬虫——linux C
- 实现自动逐层爬取网页
client.c
- simple udp client program under linux
tcs.c
- 实现UDP传输 for linux udp socket -for linux udp socket
uip-0.6
- TCP/IP协议栈源码,版本0.6 目录说明: apps/ - contains some sample applications cc65/ - uIP for the 6502 CPU uip/ - actual uIP TCP/IP and ARP code unix - uIP as a user space process under FreeBSD or Linux -uIP is freely TCP/IP source code in C format
DayTimeUDP
- linux下c语言实现的使用UDP协议的通信,适合初学者学习,可以使大家更好的理解UDP协议-linux c language use under the UDP communication protocol, suitable for beginners to learn, can make you a better understanding of UDP protocol
TCPIP
- Linux下TCP/IP的Server、Client C源码。 包括Makefile文件。-Linux, TCP/IP, Server, Client C source code. Including the Makefile.
lcx.c
- lcx 跨平台,自用修改版本,在 win.linux,mac下编译通过,功能都可用-lcx cross-platform, a modified version for their own use, in win.linux, mac compiler, functions are available
ngrok-c-master
- ngrok c版本.目前在linux身上测试通过,不了解ngrok的请百度 ngrok -ngrok c version is currently tested in linux who do not understand, please Baidu ngrok ngrok
tcp
- 基于linux c的socket编程,简单的客户端与服务器通信测试
socketQQ_v2
- 基于linux c的socket编程,简单的客户端与服务器通信
TCP协议客户端服务器间视频传输c源码
- 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
Linux下C语言Socket函数建立TCP连接
- LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
tcp_socket.tar
- 基于Linux的tcp socket通信C语言代码,简单的收发处理(Linux based TCP socket communication C language code, simple transceiver)
linux_chat
- linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)