mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
Kernel: Start fleshing out an UDP implementation.
This commit is contained in:
parent
562663df7c
commit
b59d588c04
Notes:
sideshowbarker
2024-07-19 15:04:24 +09:00
Author: https://github.com/awesomekling
Commit: b59d588c04
6 changed files with 100 additions and 4 deletions
|
@ -322,6 +322,7 @@ struct pollfd {
|
|||
#define SOCK_TYPE_MASK 0xff
|
||||
#define SOCK_STREAM 1
|
||||
#define SOCK_RAW 3
|
||||
#define SOCK_DGRAM 2
|
||||
#define SOCK_NONBLOCK 04000
|
||||
#define SOCK_CLOEXEC 02000000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue