ikshwak / iperf

Automatically exported from code.google.com/p/iperf
Other
0 stars 0 forks source link

retransmit info not working in reverse mode #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The packet retransmit data is all zero in reverse mode, even tho the server 
side reports retransmits.

./iperf3 -w64M -t20 -i1 -c ga-pt1 -R
Connecting to host ga-pt1, port 5201
[  4] local 198.124.238.54 port 52436 connected to 198.129.254.150 port 5201
[ ID] Interval           Transfer     Bandwidth       Retransmits
[  4]   0.00-1.07   sec   768 KBytes  5.85 Mbits/sec  0
[  4]   1.07-2.23   sec   512 KBytes  3.62 Mbits/sec  0
[  4]   2.23-3.06   sec   640 KBytes  6.34 Mbits/sec  0
[  4]   3.06-4.05   sec  1.25 MBytes  10.6 Mbits/sec  0
[  4]   4.05-5.04   sec  1.38 MBytes  11.6 Mbits/sec  0
[  4]   5.04-6.12   sec  1.38 MBytes  10.7 Mbits/sec  0
[  4]   6.12-7.11   sec  1.00 MBytes  8.46 Mbits/sec  0
[  4]   7.11-8.02   sec  1.12 MBytes  10.4 Mbits/sec  0
[  4]   8.02-9.01   sec  1.38 MBytes  11.6 Mbits/sec  0
[  4]   9.01-10.00  sec  1.50 MBytes  12.7 Mbits/sec  0

But the server reports this:

./iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from ::ffff:198.124.238.54, port 52435
[  5] local ::ffff:198.129.254.150 port 5201 connected to ::ffff:198.124.238.54 
port 52436
[ ID] Interval           Transfer     Bandwidth       Retransmits
[  5]   0.00-20.08  sec   108 MBytes  44.9 Mbits/sec  26
[ ID] Interval           Transfer     Bandwidth       Retransmits
     Sent
[  5]   0.00-20.08  sec   108 MBytes  44.9 Mbits/sec  26
     Received
[  5]   0.00-20.08  sec  29.2 MBytes  12.2 Mbits/sec

Original issue reported on code.google.com by bltier...@es.net on 8 May 2013 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by jef.posk...@gmail.com on 29 May 2013 at 10:20