lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #52901] lwiperf fail with iperf version 2.0.10


From: David GIRAULT
Subject: [lwip-devel] [bug #52901] lwiperf fail with iperf version 2.0.10
Date: Mon, 15 Jan 2018 10:21:04 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?52901>

                 Summary: lwiperf fail with iperf version 2.0.10
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: dgirault
            Submitted on: Mon 15 Jan 2018 03:21:02 PM UTC
                Category: apps
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

On Ubuntu, iperf version is 2.0.10. Using this version, lwiperf fail
unidirectionnal test when no compatibility parameter '-C' is given to iperf
client.

The one failing:

$ iperf -c 192.168.0.26
------------------------------------------------------------
Client connecting to 192.168.0.26, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  3] local 172.16.1.30 port 40416 connected with 192.168.0.26 port 5001
write failed: Connection reset by peer
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 0.1 sec  28.5 KBytes  4.13 Mbits/sec

and got 3 in lwiperf_report function.


Giving '-C' parameter:

$ iperf -c 192.168.0.26 -C
------------------------------------------------------------
Client connecting to 192.168.0.26, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  3] local 172.16.1.30 port 40418 connected with 192.168.0.26 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.1 sec  7.12 MBytes  5.93 Mbits/sec

Work well.

If using '-r' or '-d' parameter for bidirectionnal tests, it work.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?52901>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]