1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

Kernel+LibC: Add SO_REUSEADDR macro

Note that this is not actually implemented, I'm just defining it.
This commit is contained in:
Andreas Kling 2020-02-20 06:57:01 +01:00
parent 2a1cad73fe
commit 0ba458cfa0
2 changed files with 2 additions and 0 deletions

View file

@ -400,6 +400,7 @@ struct pollfd {
#define SO_KEEPALIVE 3
#define SO_ERROR 4
#define SO_PEERCRED 5
#define SO_REUSEADDR 6
#define IPPROTO_IP 0
#define IPPROTO_ICMP 1