搜索资源列表
tcp-ip详解卷2
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
TCP-IP2
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
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
tcpIPprotocol.rar
- 用c语言实现的TCP IP协议,对深入理解TCP IP 协议有很好的帮助作用,Using c language implementation of the TCP IP protocol, a deep understanding of the TCP IP protocol has a very good help
chat--Socket
- c++builder 网络聊天程序设计 使用了clientscoket和serverscoket控件 希望对大家有帮助-c++ builder programming using Internet chat and serverscoket clientscoket we want to help control
ICMPprotocol
- 用c语言实现的ICMP协议,对理解TCP IP协议有很大的帮助-Using c language implementation of the ICMP protocol, TCP IP protocol on the understanding there is a great help
ip_tcp_udpbcast
- 用c++实现的IP TCP UDP广播协议,相信对于理解TCP IP 协议有很大的帮助作用-Using c++ implementation of the IP TCP UDP broadcast protocol, I believe that for understanding the TCP IP protocol has a lot of help
Socket
- 用C#语言实现网络答题系统,服务器端出题,客户端答题,帮助理解tcp的传送过程,理解socket的使用方法-Using C# language questions network systems, servers bring out questions, answer the client to help understand the transmission process tcp, understanding the use of socket
tcpIpDump
- // help me complete this code at this point //Use the software called wireshark and capture a few packets from the live network and save the filename as abc //Download the netdump.c source code and modify the program to display only TCP/IP pa
SharpPcap
- c# 网络协议分析接口,帮助你快速构建网络协议分析平台。-c# network protocol analysis interface to help you quickly build a network protocol analysis platform.
TCP_communication_program_design
- 这是几个有关TCP通信程序设计的一点程序,是利用C++编写的,对于新接触TCP通信这方面的菜鸟来说帮助应该比较的大,希望对大家有所帮助-This is the number programming on the point TCP communication procedure is written using C++, access to TCP traffic for the new rookie in this area should be more help for large, we
tcpcopy-c
- Name: tcpcopy It is an online TCP duplication tool and can be used for performance testing, regression testing, real tesing, etc. Descr iption: It can help you find bugs without deploying your server software on your production serve
TCPIPPSocketsPInPCP2nd
- 《TCP/IPSockets编程(C语言实现)(第2版)》为开发成熟且功能强大的Web应用程序提供所需的知识和技巧。《TCP/IPSockets编程(C语言实现)(第2版)》以教学指南的方式,帮助读者掌握在C语言环境下,用套接字实现客户—服务器项目开发的任务和技术。《TCP/IPSockets编程(C语言实现)(第2版)》的本版次增加了对最新技术的介绍,如对IPv6的支持,以及更详细的编程策略等内容。-" TCP/IPSockets programming (C language) (2
uIP-1.0
- uIP源码v1.0,一个经典的tcp/ip 协议栈,仔细研读,可以用于单片机和以太网的通讯。实际工程应用过。保证好用。希望能帮到大家-I hope this code of C can help you .The code is uIP v1.0
Chat
- 一段很简单但是实用的在局域网中进行聊天的代码,可以帮助你很快理解到SOCKET通信,开发工具是C++BUilder。-A very simple but useful chat code in the LAN, can help you quickly understand the SOCKET communication, development tools C++ BUilder.