mbakholdina / lib-tcpdump-processing

Library designed to process .pcap(ng) tcpdump or Wireshark trace files and extract SRT packets of interest for further analysis
15 stars 3 forks source link

Show RTT and configured latency and warn if the latency is too low #24

Open maxsharabayko opened 4 years ago

maxsharabayko commented 4 years ago

Latency value can be taken from the handshake. RTT can be taken from ACK packets. get-traffic-stats script can take these values, show them, and print warning if latency is too low for the given RTT.