zephyr/samples/net
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
..
capture
cellular_modem drivers: modem: cellular: hl7800 fix enter cmux 2024-08-14 15:51:04 -05:00
cloud everywhere: reindent `.overlay` files with tabs 2024-06-26 15:59:44 +02:00
common
dhcpv4_client samples/net/dhcpv4_client: Exclude native_posix due to EVENTFD 2024-07-04 17:59:34 +02:00
dns_resolve samples: net: dns_resolve: Increase socket-related configs 2024-06-21 08:44:29 -04:00
dsa
gptp
ipv4_autoconf
lldp
lwm2m_client samples: net: lwm2m_client: Bump IPv6 mcast address count 2024-06-24 12:42:16 -04:00
mdns_responder samples: net: mdns_responder: Bump CONFIG_NET_SOCKETS_POLL_MAX 2024-06-24 12:42:16 -04:00
mqtt_publisher doc: net: mqtt: Add info for mosquitto >= 2.0 2024-08-09 17:57:31 +01:00
mqtt_sn_publisher
openthread/coprocessor
promiscuous_mode
ptp samples: doc: fix wrong relevant_apis references 2024-08-20 18:58:55 -04:00
secure_mqtt_sensor_actuator
sockets samples: sockets: echo_server: fix IPPROTO_IPV6 on UDP sockets 2024-08-28 06:50:20 -04:00
stats samples: net: stats: Update project configuration 2024-06-24 12:42:16 -04:00
syslog_net
telnet samples: net: telnet: Bump IPv6 mcast address count 2024-06-24 12:42:16 -04:00
tftp_client samples: net: tftp_client: Bump main thread stack size 2024-06-24 12:42:16 -04:00
virtual
vlan samples: net: vlan: improve README formatting 2024-06-20 14:07:32 -04:00
wifi samples: net: wifi: boards: rdrw612bga: Modify CONFIG_POSIX_MAX_FDS config. 2024-09-02 12:33:50 -04:00
wpan_serial
zperf samples: net: zperf: Start DHCPv4 when needed 2024-07-28 07:30:12 +03:00
net.rst