6 .Nd Utility to measure TCP/UDP frame delay
12 utility is designed to measure the effect of latency on
13 delivery of evenly spaced TCP/UDP frames. This can be latency induced
14 due to buffering or protocol stack or network drivers.
16 The following options are available:
17 .Bl -tag -width indent
19 Server/Client mode. Should be "server" or "client".
21 TCP/UDP frame. Should be either "tcp" or "udp".
23 (Client Only) Server ip address.
31 (Client only) Delay traffic class. Pick one from {BK_SYS, BK, BE, RD, QAM, AV, RV, VI, VO, CTL}.
37 .Dl "frame_delay -m server -t tcp -p 10010 -n 10 -f 1000"
39 Setup corresponding TCP client:
40 .Dl "frame_delay -m client -t tcp -i 127.0.0.1 -p 10010 -n 10 -f 1000 -d 2000 -k RD"