Skip to content

Commit 0f57f75

Browse files
committed
increase socket count
1 parent a4a1433 commit 0f57f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ typedef struct
188188
#define BSD_SOCKET_SUPPORT DISABLED
189189

190190
// Number of sockets that can be opened simultaneously
191-
#define SOCKET_MAX_COUNT 10
191+
#define SOCKET_MAX_COUNT 32
192192

193193
// LLMNR responder support
194194
#define LLMNR_RESPONDER_SUPPORT ENABLED

0 commit comments

Comments
 (0)