Skip to content

Commit d576caf

Browse files
D-Trivenirlubos
authored andcommitted
samples: wifi: promiscuous: Increase RX data pool size
Increase RX data pool to fix data buffer allocation failures. Fixes SHEL-3917. Signed-off-by: Triveni Danda <[email protected]>
1 parent 7c50719 commit d576caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/wifi/promiscuous/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ CONFIG_NET_SOCKETS_POLL_MAX=10
5858
CONFIG_MAIN_STACK_SIZE=5200
5959
CONFIG_NET_TX_STACK_SIZE=4096
6060
CONFIG_NET_RX_STACK_SIZE=4096
61+
CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=20000
6162

6263
# Debugging
6364
CONFIG_STACK_SENTINEL=y

0 commit comments

Comments
 (0)