aboutsummaryrefslogtreecommitdiff
path: root/src/iperf.h
diff options
context:
space:
mode:
authorTran Viet Hoang <hoang-tranviet@users.noreply.github.com>2017-03-31 01:29:16 +0200
committerBruce A. Mah <bmah@kitchenlab.org>2017-03-30 16:29:16 -0700
commit5d14d10697d146055dc59b0e0cc3dd58510bd504 (patch)
treed1c0e30ee323b2ffd940f4ca54342d52d61904f5 /src/iperf.h
parent8066a1d2226f9675c2ce7d7fec18b3d53dc197a2 (diff)
downloadiperf3-5d14d10697d146055dc59b0e0cc3dd58510bd504.tar.gz
add tcp rttvar to stream info (#534)
Fixes #525.
Diffstat (limited to 'src/iperf.h')
-rwxr-xr-xsrc/iperf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iperf.h b/src/iperf.h
index 4878dd5..70e27d0 100755
--- a/src/iperf.h
+++ b/src/iperf.h
@@ -80,6 +80,7 @@ struct iperf_interval_results
TAILQ_ENTRY(iperf_interval_results) irlistentries;
void *custom_data;
int rtt;
+ int rttvar;
};
struct iperf_stream_result