搜索资源列表
sproxy
- TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
net-snmp-5.1.1.tar
- 该程序实现了再linux下通过tcp/ip的网络互连,有基本的通讯模块-this program has a basic communication module,and it can realize the interlinkage of the network by tcp/ip in the linux operating system
Linux_Socket
- Linux TCP/IP编程,—基于BSD Socket 1.1,应用Socket函数实现网络功能;UDP应用举例;
Ch3
- linux下基于LinuxKernerModule编写的TCP/UDP 测试程序,对于编写Linux下网络驱动测试的学习很有帮助。
connect+disconnect
- linux c 网络编程 实tcp的链接和断开 非常适合于初学者
TIME_WAIT
- linux c 网络编程 测试tcp连接的TIME_WAIT状态 非常适合于初学者
jrtplib-3.1.0.tar
- 多媒体实时流传输协议(RTP/RTCP)C++ 了lib包平台要求(linux,unix,windows)用于网络音频视频传输-real-time multimedia streaming transfer protocol (RTP / RTCP) C lib a request packet platform (Linux, Unix, windows) for audio and video transmission network
网络爬虫——linux C
- 实现自动逐层爬取网页
Linux
- 为了 解 决 互联网发展过程中遇到的这些问题,早在02 世纪09 年代初期,互联网工程任 务组IETF就开始着手下一代互联网协议Ipng(IP一thenextgeneration)的制定工作16].正TF 在 RFC155O里发出了征求新IP协议的呼吁,并公布了新协议需要实现的主要目标,包括支持几 乎无限大的地址空间:减小路由表的大小 使路由器能更快地处理数据包:提供更好的安全 性,实现IP级的安全 支持多种服务类型,并支持组播:支持自动地址配置,允许主机不更 改地址实现异地
tcp
- 用于测试网络接口的TCP传输峰值速率,支持Linux,Cygwin环境。-Network interface for testing the TCP transmission peak rate, to support Linux, Cygwin environment.
client_server
- Linux 环境下用QT编写的客户端与服务器端通过TCP/IP网络连接通信的简单示例.-Linux server/client
chat
- linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
clientandservermy_tcp
- 一个简单的LINUX环境下的B/S结构程序,适用于网络编程入门者-A simple LINUX environment B/S structure of the procedures applicable to network programming beginners
Linux_network_kernel_stack
- TCP/IP网络协议实现,文件详细介绍了TCP/IP协议,及Linux防火墙的编程方法-TCP/IP network protocol implementation, the details of a TCP/IP protocol, and the Linux firewall programming method
tcpudpsocket.tar
- 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
iperf
- Iperf是一个网络性能测试工具。可以测试TCP和UDP带宽质量,可以测量最大TCP带宽,具有多种参数和UDP特性,可以报告带宽,延迟抖动和数据包丢失。Iperf在linux和windows平台均有二进制版本供自由使用。-network
sudp
- 本源码可以在linux 环境下实现UDP等网络协议。-the code can achieve udp protocol.
LinuxNetworkKernelSource
- 这是我自己对Linux下的一个版本比较低的网络协议栈内核学习笔记,现在公开给大家,一起学习-This is my own version of Linux, a relatively low core network protocol stack study notes, is now open to everyone, learn together. . .
The-Linux-Networking-Architecture
- Linux网络架构,是学习网络开发比较好的资料-Linux network architecture, learning network development is relatively good information
multiprocess.tar
- linux 网络编程 实现讯息传播的多进程,包括客户端和服务器端-Linux network programming to achieve the multi process of message propagation,including client and server side