Skip to content

Commit f6c386d

Browse files
MaochenWang1kartben
authored andcommitted
samples: net: wifi: nxp: fix TCP RX accept error
Fix the zperf TCP RX accept error when start both UDP and TCP zperf server, as the fdtable size is not enough and reserve fd table failed. Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
1 parent 5e54100 commit f6c386d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/wifi/shell/nxp/overlay_hosted_mcu.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CONFIG_SHELL_CMD_BUFF_SIZE=512
1111
CONFIG_EVENTS=y
1212
CONFIG_SYS_HEAP_AUTO=y
1313
CONFIG_SCHED_MULTIQ=y
14+
CONFIG_ZVFS_OPEN_MAX=30
1415

1516
# AP
1617
CONFIG_NXP_WIFI_SOFTAP_SUPPORT=y

0 commit comments

Comments
 (0)