lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #64637] "iperf -n 1000 -r" does not work


From: Hardy Griech
Subject: [lwip-devel] [bug #64637] "iperf -n 1000 -r" does not work
Date: Fri, 8 Sep 2023 14:20:16 -0400 (EDT)

URL:
  <https://savannah.nongnu.org/bugs/?64637>

                 Summary: "iperf -n 1000 -r" does not work
                   Group: lwIP - A Lightweight TCP/IP stack
               Submitter: rgrr
               Submitted: Fri 08 Sep 2023 06:20:14 PM UTC
                Category: apps
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 08 Sep 2023 06:20:14 PM UTC By: Hardy Griech <rgrr>
Comparison in lwiperf_tcp_client_send_more() is wrong.

Instead of

  if (amount_bytes >= conn->bytes_transferred) {

it should read

  if (conn->bytes_transferred >= amount_bytes) {

Forgive me, because I'm new to the lwIP procedure: should I deliver a patch?








    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?64637>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

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