multicast / tcplat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcplat

measuring latency between client and server

./lats <listen-port> <n-dots>

./latc <dest-ip> <dest-port> <nr-connections>

server just listens, client connects to server, sends 4 bytes and wait 4 bytes, closing. repeat nr-connections times and measure time.

warning - this is a 10 minute hack without mutch argument checking

About


Languages

Language:C 96.8%Language:Makefile 3.2%