搜索资源列表
Linux_Tcp
- Linux下面用C写的Tcp socket程序
Linux_Tcp
- Linux下面用C写的Tcp socket程序-Linux used the following C program written by Tcp socket
linux_tcp
- Linux环境下Socket编程: 1.网络时间服务器timeserver,为网络上的用户提供时间服务,即为网络用户返回服务器的当前时间;记录发出请求的网络用户的IP地址(保存到文件中),格式如下: IP地址 请求时间 时间服务客户端timeclient,该客户端能够向服务器发送时间服务请求,并把获得的时间返回给用户。 采用TCP协议编写一个远程数据备份服务器,运行客户端将本地文件备份到远程的服务器中。 -Soc
linux_tcp
- linux下的套接字编程TCP简单例子程序,适合初学者-TCP socket programming under linux simple example program, suitable for beginners
linux_TCP
- 本代码主要介绍了Linux的网络程序,并提供了简单的服务端和客户端的测试代码,方便初学者学习-The code introduces a Linux web applications and provides a simple server and client test code, easy for beginners to learn
Linux_TCP
- 本文件中包含两个文件TCP客户端client.c和TCP服务器server.c-This file contains two files TCP client and TCP server server.c client.c
Linux_Tcp
- TCP socket编程,实现C/S架构的基于TCP协议的通信。-TCP socket programming, C/S structure of the communication protocol based on TCP.
linux_TCP
- linux TCP 通信代码,在linux上运行,分客户端和服务器两部分-Linux TCP communication code run on linux, sub-client and server in two parts
linux_TCP
- linux TCP 通信代码,在linux上运行,分客户端和服务器两部分-Linux TCP communication code run on linux, sub-client and server in two parts
linux_tcp-udp
- 简单的linux网络编程,实现TCP、UDP的socket操作.包括循环和并发两种模式代码.-simple example for Linux internet program,inculude tcp\udp process,and cycle\simulated mode.