mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constant
This change was partially introduced in 861eb8d
, which changed the
constant in LibC without changing the one in the kernel.
This commit is contained in:
parent
aa7148af89
commit
9609539236
Notes:
sideshowbarker
2024-07-19 05:11:53 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/96095392368 Pull-request: https://github.com/SerenityOS/serenity/pull/2690
@ -450,11 +450,11 @@ struct pollfd {
|
||||
|
||||
#define SO_RCVTIMEO 1
|
||||
#define SO_SNDTIMEO 2
|
||||
#define SO_KEEPALIVE 3
|
||||
#define SO_ERROR 4
|
||||
#define SO_PEERCRED 5
|
||||
#define SO_REUSEADDR 6
|
||||
#define SO_BINDTODEVICE 7
|
||||
#define SO_KEEPALIVE 9
|
||||
|
||||
#define IPPROTO_IP 0
|
||||
#define IPPROTO_ICMP 1
|
||||
|
Loading…
Reference in New Issue
Block a user