/tcp_rt

Primary LanguageCGNU General Public License v2.0GPL-2.0

tcp_rt

This is a simple program, where we get a server ip and port to measure the response time from a file.

output should be a timestamp with the response time (timestamp,server_ip,port,tcp response time)

Usage: tcp_rt /path/to/test.txt

Building

gcc tcp_rt.c -o tcp_rt