jkorell / iperf

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

Raspberry PI & Debian wheezy - iperf3 not working #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Raspberry PI & Debian wheezy installed on it.
2. Download iperf3 and compile it.
3. Fix: 
https://groups.google.com/forum/?fromgroups=#!topic/iperf-dev/MzL9zMzZ1Co
4. Run "./iperf3 -s" on one tty and "./iperf3 -c localhost -t 2" on the other.

What is the expected output? What do you see instead?
System call accept does not accept connection and stays blocked:

root@rpitc:~/iperf-3.0b4# ./src/iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Staring iperf_accept
Before accept call.
^CAfter accept call.

What version of the product are you using? On what operating system?
Raspberry PI:
root@rpitc:~# uname -a
Linux rpitc 3.2.27-rpitc+ #3 PREEMPT Thu Aug 30 10:19:18 CEST 2012 armv6l 
GNU/Linux

root@rpitc:~# cat /etc/issue.net 
Debian GNU/Linux wheezy/sid

Please provide any additional information below.
Tcpdump output in raspberry_pi txt file.

Original issue reported on code.google.com by mark...@gmail.com on 4 Sep 2012 at 3:24

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bltier...@es.net on 12 Mar 2013 at 10:38

GoogleCodeExporter commented 8 years ago

Original comment by bltier...@es.net on 12 Mar 2013 at 10:47

GoogleCodeExporter commented 8 years ago
Found and fixed a signed/unsigned char bug.

Original comment by jef.posk...@gmail.com on 16 Aug 2013 at 8:23