We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f4b02 commit c606528Copy full SHA for c606528
src/include/kernel/socket.h
@@ -14,7 +14,7 @@
14
#include <sys/types.h>
15
16
/* system-wide limit */
17
-#define MAX_SOCKETS (1 << 20) // little over a million
+#define MAX_SOCKETS (1 << 18) // 262k
18
19
/* socket family/domain - only Unix sockets will be implemented in the kernel */
20
#define AF_UNIX 1
0 commit comments