mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
LibC: Define a SOMAXCONN value in socket.h
No idea if this is sensible; but some software will look for it.
This commit is contained in:
parent
f0f5dd6cef
commit
619489da62
Notes:
sideshowbarker
2024-07-19 14:06:52 +09:00
Author: https://github.com/rburchell Commit: https://github.com/SerenityOS/serenity/commit/619489da62e Pull-request: https://github.com/SerenityOS/serenity/pull/45 Reviewed-by: https://github.com/awesomekling
@ -47,6 +47,7 @@ struct sockaddr_in {
|
||||
};
|
||||
|
||||
#define SOL_SOCKET 1
|
||||
#define SOMAXCONN 128
|
||||
|
||||
#define SO_RCVTIMEO 1
|
||||
#define SO_SNDTIMEO 2
|
||||
|
Loading…
Reference in New Issue
Block a user