dius 0.1.0
Loading...
Searching...
No Matches
socket.h
Go to the documentation of this file.
1#pragma once
2
3namespace dius::net {
4enum class Shutdown {
5 Read = 0,
6 Write = 1,
8};
9}
Definition address.h:7
Shutdown
Definition socket.h:4
@ Write
Definition socket.h:6
@ ReadWrite
Definition socket.h:7
@ Read
Definition socket.h:5