zephyr/samples
Qiankun Li f44146a6cd samples: net: wifi: boards: rdrw612bga: Modify CONFIG_POSIX_MAX_FDS config.
[Reproduce issue]
1. Connect In-STA to Ex-AP
   wifi connect WiFi_STA_HE_1.1.8 1234567890 3 2 2

2. Start APUT with ACS using below commands
   wifi ap enable nxp-AP 161 1234567890 3

3. Connect Ex-STA to APUT and verify association using ping traffic

4. Now start two TCP server
  zperf tcp download -I ml 5001 192.168.0.252
  zperf tcp download -I up 6002 192.168.10.1

Observed behavior:
=============

Second TCP server fails to start

[Analysis]
1. After starting uap and a tcp server,
   there is only one allocatable fd resource
   left in the fdtable.
2. When two TCP clients try to establish a connection
   with the server at the same time, the second client
   cannot be assigned an fd, resulting in a failure.

[Fix]
Increase the maximum number of open file descriptors.

Signed-off-by: Qiankun Li <qiankun.li@nxp.com>
2024-09-02 12:33:50 -04:00
..
application_development samples: application_development: use zephyr:code-sample directive 2024-08-27 15:13:43 -04:00
arch samples: pktqueue: remove main.h 2024-05-21 20:54:13 -04:00
basic samples: button: add a note about the input subsystem and samples 2024-07-30 18:29:50 +01:00
bluetooth Bluetooth: Samples: periodical_adv_rps: Added sync wait delay 2024-09-02 11:58:18 +02:00
boards samples: boards: stm32: backup_sram: add magic value 2024-09-02 11:52:03 +02:00
cpp samples: cpp: use zephyr:code-sample directive 2024-08-27 15:13:43 -04:00
drivers samples: adc: Add overlay for UCANS32K1SIC 2024-08-30 11:47:07 -04:00
fuel_gauge Samples: max17048: added units to output 2024-07-10 11:36:28 +02:00
hello_world samples: hello_world: Use full board target string for hwmv2 boards 2024-03-21 20:10:46 +01:00
kernel arch: move arch_interface.h under zephyr/arch 2024-03-25 09:58:35 +00:00
modules samples: modules: use zephyr:code-sample directive 2024-09-02 11:51:37 +02:00
net samples: net: wifi: boards: rdrw612bga: Modify CONFIG_POSIX_MAX_FDS config. 2024-09-02 12:33:50 -04:00
philosophers doc: samples: philosophers: fix formatting and spelling 2024-05-31 03:08:52 -07:00
posix samples: posix: use zephyr:code-sample directive 2024-08-27 15:13:43 -04:00
sensor samples: sensors: drop ti_hdc sample as a more generic one exists 2024-08-31 06:50:32 -04:00
shields style: samples: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
subsys llext: use EXPORT_SYMBOL() universally 2024-09-02 12:31:52 -04:00
synchronization samples/synchronization: fix thread b pinning 2024-07-30 18:30:30 +01:00
sysbuild samples: sysbuild: hello_world: add cpuapp/cpuflpr+xip configuration 2024-08-06 14:32:40 +02:00
tfm_integration mbedtls: rename MBEDTLS_ENTROPY_ENABLED as MBEDTLS_ENTROPY_C 2024-08-24 07:16:51 -04:00
userspace samples: shared_mem: support shared_mem for frdm_mcxn236 board 2024-08-15 10:15:12 +01:00
classic.rst
index.rst samples: move lz4 into modules 2024-08-12 19:24:15 -04:00
sample_definition_and_criteria.rst docs: Sample definition: Replace native_posix with native_sim 2023-11-20 12:02:48 +01:00