mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-14 15:06:52 -04:00
New features for network
This commit is contained in:
parent
b9f9b9163a
commit
ebbc38838b
@ -114,12 +114,14 @@ enum class socket_domain : size_t {
|
||||
|
||||
enum class socket_type : size_t {
|
||||
RAW,
|
||||
DGRAM
|
||||
DGRAM,
|
||||
STREAM
|
||||
};
|
||||
|
||||
enum class socket_protocol : size_t {
|
||||
ICMP,
|
||||
DNS
|
||||
DNS,
|
||||
TCP
|
||||
};
|
||||
|
||||
} // end of network namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user