aboutsummaryrefslogtreecommitdiff
path: root/core/net/common.odin
diff options
context:
space:
mode:
authorSokus <soqs687@gmail.com>2023-03-08 13:17:59 +0100
committerSokus <soqs687@gmail.com>2023-03-08 13:30:12 +0100
commit1ecab2fcbc4a52b481f185ccf87bb38c9691c39e (patch)
tree504fdf5d5635246329c3575386342b70263652a8 /core/net/common.odin
parenta262c0bbf325051891debe1a86866f5c9059ee58 (diff)
Add `set_blocking` for network sockets
Diffstat (limited to 'core/net/common.odin')
-rw-r--r--core/net/common.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/net/common.odin b/core/net/common.odin
index a9f2ba9bb..70a027138 100644
--- a/core/net/common.odin
+++ b/core/net/common.odin
@@ -64,6 +64,7 @@ Network_Error :: union #shared_nil {
UDP_Recv_Error,
Shutdown_Error,
Socket_Option_Error,
+ Set_Blocking_Error,
Parse_Endpoint_Error,
Resolve_Error,
DNS_Error,