mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +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:
parent
2a1cad73fe
commit
0ba458cfa0
2 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,7 @@ struct ucred {
|
|||
#define SO_KEEPALIVE 3
|
||||
#define SO_ERROR 4
|
||||
#define SO_PEERCRED 5
|
||||
#define SO_REUSEADDR 6
|
||||
|
||||
int socket(int domain, int type, int protocol);
|
||||
int bind(int sockfd, const struct sockaddr* addr, socklen_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue