mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Implement the SO_ACCEPTCONN SOL_SOCKET-level option
This commit is contained in:
committed by
Andreas Kling
parent
a0e2fedc20
commit
641498954f
@@ -108,6 +108,7 @@ enum {
|
||||
SO_TIMESTAMP,
|
||||
SO_BROADCAST,
|
||||
SO_LINGER,
|
||||
SO_ACCEPTCONN,
|
||||
};
|
||||
#define SO_RCVTIMEO SO_RCVTIMEO
|
||||
#define SO_SNDTIMEO SO_SNDTIMEO
|
||||
@@ -123,6 +124,7 @@ enum {
|
||||
#define SO_SNDBUF SO_SNDBUF
|
||||
#define SO_RCVBUF SO_RCVBUF
|
||||
#define SO_LINGER SO_LINGER
|
||||
#define SO_ACCEPTCONN SO_ACCEPTCONN
|
||||
|
||||
enum {
|
||||
SCM_TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user