搜索资源列表
tcp-ip详解卷3
- 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.
r00t-tcp-chat-examples.tar
- 使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。
sndfile
- sndfile.rar 该程序是一个C+UNIX的TCP传送文件的程序。 采用TCP协议传送文件 该程序为发送端-sndfile.rar the procedure is a C UNIX TCP delivery procedures. Using TCP transmission of documents sent to the program -
rcvfile
- rcvfile.rar 该程序是一个C+UNIX的TCP传送文件的程序。 采用TCP协议传送文件 该程序为接收端-rcvfile.rar the procedure is a C UNIX TCP delivery procedures. Using TCP transmission of documents for the program receiving end
TCPIP_Illustrated_V3.rar
- 《TCP/IP详解,卷3》第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议) HTTP (超文本传送协议) NNTP (网络新闻传送协议 UNIX域协议 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.4BSD-Lite中的网络代码。 ," TCP/IP Detailed, Volume 3" Volume III covers the details of today' s TCP/IP
raw_socket
- 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包- How has demonstrated under Unix and Linux uses Raw Socket structure camouflage TCP, IP, the UDP package
tcp
- 站长写的Unix和Windows下的socket通用函数,简单易用。带Unix下的小例子- Stationmaster writes under Unix and the Windows socket general function, simple is easy to use. Brings under Unix the small example
tcp
- 在类unix中可以方便使用的封装后的使用TCP的接口。-In the category of unix can be user-friendly package, after the use of TCP interface.
TCP
- TCP连接实例,同时包含服务端和客户端,支持Unix和Windows双平台-Examples of TCP connections, both client and client services to support Unix and Windows dual-platform
a
- linux网络程序设计的例子源代码,有关进程,管道,CS结构,UDP,TCP,原始套接字-unix linux network programming codes
TCPIPVolume3
- TCPIP详解卷三:TCP事务协议,HTTP,NNTP和UNIX域协议 -TCPIP Detailed卷三: TCP Service protocol, HTTP, NNTP and the UNIX-domain protocol
TCPthread
- unix program of tcp ip client server for network sockets
thread_server.c
- unix program of tcp ip client server for network sockets
client.c
- unix program of tcp ip client server for network sockets
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
TCP-IP-complete.pdf.tar
- Gives Basic information of Unix Network Programming
tcp-examples
- UNIX下用C开发的TCP通讯程序(含客户端和服务器端)-C under UNIX using TCP communication procedures developed (including client and server side)
EchoServer.tar
- Implementation of echo server in C using unix TCP/IP protocol.
TCP-IPVolumeIII
- TCP-IP详解.卷三:TCP事务协议,HTTP,NNTP和UNIX域协议 详细讲述了TCP-IP的一些应用等。-TCP-IP Xiangjie. Volume III: TCP Service Agreement, HTTP, NNTP and the UNIX domain protocols described in detail a number of TCP-IP applications.
unix
- 实现socket的通信功能,包括tcp/udp/smb等基本功能,开发者可以用来做为大型项目的组件,包括分布式服务器,多客户端等项目----