Skip to content

Commit

Permalink
increase socket count
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 9, 2024
1 parent a4a1433 commit 0f57f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ typedef struct
#define BSD_SOCKET_SUPPORT DISABLED

// Number of sockets that can be opened simultaneously
#define SOCKET_MAX_COUNT 10
#define SOCKET_MAX_COUNT 32

// LLMNR responder support
#define LLMNR_RESPONDER_SUPPORT ENABLED
Expand Down

0 comments on commit 0f57f75

Please sign in to comment.