在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP...
资 源 简 介
在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP-A ping-like program in Linux. It can caculate round trip time between two points. You can choose TCP or UDP.
文 件 列 表
rttlinux
sever
makefile
client
sever.c
a.h
client.c
def_function.c
client.o
def_function.o
sever.o