lucasssvaz opened a new issue, #7802:
URL: https://github.com/apache/nuttx/issues/7802

   After the changes introduced by #7616, the ESP stopped responding to pings 
when manually configuring the wifi parameters (through `wapi` commands). This 
does not happen when the parameters are set through the `menuconfig`.
   
   Also, throughput of `iperf` seems to be severly affected:
   ```
   nsh> iperf -s -p 11111 -i 1
          IP: 192.168.1.73
   
    mode=tcp-server sip=192.168.1.73:11111,dip=0.0.0.0:5001, interval=1, time=0
   accept: 192.168.1.245,44420
   
              Interval         Transfer         Bandwidth
   
      0.00-   1.01 sec          0 Bytes    0.00 Mbits/sec
      1.01-   2.02 sec          0 Bytes    0.00 Mbits/sec
      2.02-   3.03 sec          0 Bytes    0.00 Mbits/sec
      3.03-   4.04 sec         60 Bytes    0.00 Mbits/sec
      4.04-   5.05 sec         60 Bytes    0.00 Mbits/sec
      5.05-   6.06 sec         60 Bytes    0.00 Mbits/sec
      6.06-   7.07 sec         60 Bytes    0.00 Mbits/sec
      7.07-   8.08 sec         60 Bytes    0.00 Mbits/sec
      8.08-   9.09 sec         60 Bytes    0.00 Mbits/sec
      9.09-  10.10 sec         60 Bytes    0.00 Mbits/sec
     10.10-  11.11 sec       8820 Bytes    0.06 Mbits/sec
     11.11-  12.12 sec      10280 Bytes    0.01 Mbits/sec
     12.12-  13.13 sec      10280 Bytes    0.00 Mbits/sec
     13.13-  14.14 sec      20500 Bytes    0.08 Mbits/sec
     14.14-  15.15 sec      33640 Bytes    0.10 Mbits/sec
     15.15-  16.16 sec      38020 Bytes    0.03 Mbits/sec
     16.16-  17.17 sec      39480 Bytes    0.01 Mbits/sec
     17.17-  18.18 sec      39480 Bytes    0.00 Mbits/sec
     18.18-  19.19 sec      57000 Bytes    0.13 Mbits/sec
     19.19-  20.20 sec      57000 Bytes    0.00 Mbits/sec
     20.20-  21.21 sec      61380 Bytes    0.03 Mbits/sec
     21.21-  22.22 sec      64300 Bytes    0.02 Mbits/sec
     22.22-  23.23 sec      64300 Bytes    0.00 Mbits/sec
     23.23-  24.24 sec      64300 Bytes    0.00 Mbits/sec
     24.24-  25.25 sec      64300 Bytes    0.00 Mbits/sec
   ```
   
   We (me, @tmedicci, @acassis and @gustavonihei) are still investigating the 
issue and will add here any relevant information. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to