mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
net: add bound_endpoint procedure
This commit is contained in:
@@ -204,7 +204,7 @@ ENOPROTOOPT :: _Platform_Error.ENOPROTOOPT
|
||||
EPROTONOSUPPORT :: _Platform_Error.EPROTONOSUPPORT
|
||||
ESOCKTNOSUPPORT :: _Platform_Error.ESOCKTNOSUPPORT
|
||||
ENOTSUP :: _Platform_Error.ENOTSUP
|
||||
EOPNOTSUPP :: _Platform_Error.EOPNOTSUPP
|
||||
EOPNOTSUPP :: _Platform_Error.EOPNOTSUPP
|
||||
EPFNOSUPPORT :: _Platform_Error.EPFNOSUPPORT
|
||||
EAFNOSUPPORT :: _Platform_Error.EAFNOSUPPORT
|
||||
EADDRINUSE :: _Platform_Error.EADDRINUSE
|
||||
|
||||
Reference in New Issue
Block a user