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
gcc tcp_rt.c -o tcp_rt