Skip to content

Commit 64f5a86

Browse files
kapbhrlubos
authored andcommitted
samples: provisioning: softap: Fix early disconnect
Observing the early disconnection from mobile due to synchronisation issue between previous connection FIN and new connection RST. Increase CONFIG_NET_MAX_CONN to 8. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 31f6fe9 commit 64f5a86

File tree

1 file changed

+1
-1
lines changed
  • samples/wifi/provisioning/softap

1 file changed

+1
-1
lines changed

samples/wifi/provisioning/softap/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CONFIG_NET_IPV6=n
5757
CONFIG_NET_TCP=y
5858
CONFIG_NET_UDP=y
5959
CONFIG_NET_SOCKETS=y
60-
CONFIG_NET_MAX_CONN=6
60+
CONFIG_NET_MAX_CONN=8
6161
CONFIG_ZVFS_OPEN_MAX=20
6262
CONFIG_NET_SOCKETS_TLS_MAX_CONTEXTS=2
6363
CONFIG_NET_SOCKETS_SOCKOPT_TLS=y

0 commit comments

Comments
 (0)