mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 07:27:42 -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 {
|
enum class socket_type : size_t {
|
||||||
RAW,
|
RAW,
|
||||||
DGRAM
|
DGRAM,
|
||||||
|
STREAM
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class socket_protocol : size_t {
|
enum class socket_protocol : size_t {
|
||||||
ICMP,
|
ICMP,
|
||||||
DNS
|
DNS,
|
||||||
|
TCP
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end of network namespace
|
} // end of network namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user