Ashfaat / iperf

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

UDP in Reverse Mode Fails #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm not sure if this is a known issue or something particular to my individual 
setup here. Any insight would be appreciated. 

What steps will reproduce the problem?
1. iperf3 -c host -u -R

What is the expected output? What do you see instead?
Though at least similar to the client->server test

What version of the product are you using? On what operating system?
Iperf3 3.0 (11-15-2013). Linux Ubuntu 3.11 kernel

Please provide any additional information below.
client -> server
Connecting to host mercury.psc.edu, port 5201
[  4] local 128.182.160.131 port 56827 connected to 147.73.5.161 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec   120 KBytes   983 Kbits/sec              
[  4]   1.00-2.00   sec   128 KBytes  1.05 Mbits/sec              
[  4]   2.00-3.00   sec   128 KBytes  1.05 Mbits/sec              
[  4]   3.00-4.00   sec   128 KBytes  1.05 Mbits/sec              
[  4]   4.00-5.00   sec   128 KBytes  1.05 Mbits/sec              
[  4]   5.00-6.00   sec   128 KBytes  1.05 Mbits/sec              
[  4]   6.00-7.00   sec   128 KBytes  1.05 Mbits/sec              
[  4]   7.00-8.00   sec   128 KBytes  1.05 Mbits/sec              
[  4]   8.00-9.00   sec   128 KBytes  1.05 Mbits/sec              
[  4]   9.00-10.00  sec   128 KBytes  1.05 Mbits/sec              
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Jitter    Lost/Total 
Datagrams
[  4]   0.00-10.00  sec  1.24 MBytes  1.04 Mbits/sec  0.036 ms  0/159 (0%)
[  4] Sent 159 datagrams

iperf Done.

server <- client
Connecting to host mercury.psc.edu, port 5201
Reverse mode, remote host mercury.psc.edu is sending
[  4] local 128.182.160.131 port 54054 connected to 147.73.5.161 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec  8.00 KBytes  65.5 Kbits/sec              
[  4]   1.00-2.00   sec  0.00 Bytes  0.00 bits/sec              
[  4]   2.00-3.00   sec  0.00 Bytes  0.00 bits/sec              
[  4]   3.00-4.00   sec  0.00 Bytes  0.00 bits/sec              
[  4]   4.00-5.00   sec  0.00 Bytes  0.00 bits/sec              
[  4]   5.00-6.00   sec  0.00 Bytes  0.00 bits/sec              
[  4]   6.00-7.00   sec  0.00 Bytes  0.00 bits/sec              
[  4]   7.00-8.00   sec  0.00 Bytes  0.00 bits/sec              
[  4]   8.00-9.00   sec  0.00 Bytes  0.00 bits/sec              
[  4]   9.00-10.00  sec  0.00 Bytes  0.00 bits/sec              
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Jitter    Lost/Total 
Datagrams
[  4]   0.00-10.00  sec  8.00 KBytes  6.55 Kbits/sec  638.223 ms  0/1 (0%)
[  4] Sent 1 datagrams

iperf Done.

Original issue reported on code.google.com by rapi...@gmail.com on 5 Dec 2013 at 5:57

GoogleCodeExporter commented 8 years ago
I think this was fixed recently.
Can you try the latest version?

 hg clone http://code.google.com/p/iperf/

Original comment by bltier...@es.net on 6 Dec 2013 at 2:11

GoogleCodeExporter commented 8 years ago

Original comment by bltier...@es.net on 16 Dec 2013 at 4:21