-
点到点延迟测量程序
C语言写的点对点时延测量程序。时延测量精度:微妙。一个服务器一个客户端,采用面向连接的协议。测量原理:客户端向服务器发一条信息,记录此时的时间,服务器收到信息后返回一条信息,此时再记录时间,两次时间相减除以2即是本次通信的时延。
- 2022-07-28 09:37:27下载
- 积分:1
-
This is an e
这是一个关于网络硬件的电子书,包括了一些基本网络硬件的配置和说明,比如路由器,网卡,交换机,等等,同样很适合新手-This is an e-book on the network hardware, including some basic configuration of network hardware and instructions, such as routers, network cards, switches, and so on, equally suitable for novices
- 2022-05-19 20:33:45下载
- 积分:1
-
随着通讯例程完成简单的java
简单的用java完成消息传输的例程-simple java with the completion of messaging routines
- 2022-04-13 02:45:35下载
- 积分:1
-
轻松实现FTP下载
轻松实现FTP下载-easily FTP downloads
- 2022-04-18 01:11:38下载
- 积分:1
-
一个DOS下的菜单,呵,以前在公司写的,,请看源码吧
一个DOS下的菜单,呵,以前在公司写的,,请看源码吧-a DOS menu, uh, before the company made in, take a look at it FOSS
- 2023-04-10 20:45:04下载
- 积分:1
-
一个用c写的网络聊天软件
一个用c写的网络聊天软件-a written using Internet chat software
- 2023-02-28 19:05:03下载
- 积分:1
-
TCPIP源码,很有价值
TCPIP源码,很有价值-TCPIP source and of great value
- 2022-01-26 00:21:40下载
- 积分:1
-
《中文特殊符号》:Windows特殊符号的集合,方便制作网站。
《中文特殊符号》:Windows特殊符号的集合,方便制作网站。-"Chinese special symbols" : Windows assemble special symbols to facilitate the production site.
- 2022-11-28 01:45:03下载
- 积分:1
-
icmp flood
typedef struct tcpheader{ USHORT th_sport; USHORT th_dport; unsigned int th_seq; unsigned int th_ack; unsigned char th_lenres; unsigned char th_flag; USHORT th_win; USHORT th_sum; USHORT th_urp;}TCP_HEADER;
- 2023-05-14 01:50:04下载
- 积分:1
-
用C++编写的网络通信框架的多
用c++编写的网络通信框架,适用于多客户端的网络通信
client: 模拟客户端程序
server: 模拟服务端程序
gateway:网关程序
启动:client.exe server.exe gateway.exe程序,client程序会网关gateway.exe发送消息
消息内容为字符:00004XXXX XXXX为字符,是使用 04d打印到BUF中的,
gateway.exe收到client.exe发送的消息,此时从系统路由表中取到:B_HOST的信息,并把
收到的消息转发到server.exe程序,如果server.exe程序作相应处理,还可以作为应答,把
消息返回给client.exe,如果要这么实现的话,需要加流水信息-Using c++ to prepare the framework of network communication for multi-client network client: client simulation server: process simulation server gateway: Gateway proceedings: client.exe server.exe gateway.exe procedures, client program will be the gateway message send a message gateway.exe for characters: 00004XXXX XXXX for the characters, is to use 04d to BUF in print, gateway.exe received messages sent client.exe, this time from the system to check the routing table: B_HOST the information, and forwarded to the information received server.exe procedure, if the corresponding procedures to deal with server.exe, but also can serve as a response to the n
- 2022-12-19 19:45:02下载
- 积分:1