文件名称:TCP-time-ser-to-cli
介绍说明--下载内容均来自于网络,请自行研究使用
TCP套接字编程 --时间服务器例程
服务器端程序等待客户端连接请求
当有客户端请求时,显示客户端IP地址和端口地址
给客户端返回服务器端当前时间
客户端向服务器端询问当前时间
连接到时间服务器
显示从服务器返回的时间信息-TCP Time Server Instance:
The server-side program waits for a client connection request
When a client requests, display the client IP address and port address
Returns the server-side current time to the client
The client asks the server for the current time
Connect to the time server
Displays the time information returned the server
服务器端程序等待客户端连接请求
当有客户端请求时,显示客户端IP地址和端口地址
给客户端返回服务器端当前时间
客户端向服务器端询问当前时间
连接到时间服务器
显示从服务器返回的时间信息-TCP Time Server Instance:
The server-side program waits for a client connection request
When a client requests, display the client IP address and port address
Returns the server-side current time to the client
The client asks the server for the current time
Connect to the time server
Displays the time information returned the server
(系统自动生成,下载前可以参看下载内容)
下载文件列表
client.c
process.c
server.c
简要说明.ppt