summaryrefslogtreecommitdiffstats
path: root/include/linux/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/socket.h')
-rw-r--r--include/linux/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h
index fc0bed59fc84..4049d9755cf1 100644
--- a/include/linux/socket.h
+++ b/include/linux/socket.h
@@ -263,7 +263,7 @@ struct ucred {
263#define PF_MAX AF_MAX 263#define PF_MAX AF_MAX
264 264
265/* Maximum queue length specifiable by listen. */ 265/* Maximum queue length specifiable by listen. */
266#define SOMAXCONN 128 266#define SOMAXCONN 4096
267 267
268/* Flags we can use with send/ and recv. 268/* Flags we can use with send/ and recv.
269 Added those for 1003.1g not all are supported yet 269 Added those for 1003.1g not all are supported yet