module documentation
(source)

Windows constants for IOCP
Constant ERROR​_CONNECTION​_REFUSED Undocumented
Constant ERROR​_HANDLE​_EOF Undocumented
Constant ERROR​_IO​_PENDING Undocumented
Constant ERROR​_NETNAME​_DELETED Undocumented
Constant ERROR​_NETWORK​_UNREACHABLE Undocumented
Constant ERROR​_OPERATION​_ABORTED Undocumented
Constant ERROR​_PORT​_UNREACHABLE Undocumented
Constant INFINITE Undocumented
Constant SO​_UPDATE​_ACCEPT​_CONTEXT Undocumented
Constant SO​_UPDATE​_CONNECT​_CONTEXT Undocumented
Constant WAIT​_TIMEOUT Undocumented
ERROR_CONNECTION_REFUSED: int = (source)

Undocumented

Value
1225
ERROR_HANDLE_EOF: int = (source)

Undocumented

Value
38
ERROR_IO_PENDING: int = (source)

Undocumented

Value
997
ERROR_NETNAME_DELETED: int = (source)

Undocumented

Value
64
ERROR_NETWORK_UNREACHABLE: int = (source)

Undocumented

Value
1231
ERROR_OPERATION_ABORTED: int = (source)

Undocumented

Value
995
ERROR_PORT_UNREACHABLE: int = (source)

Undocumented

Value
1234
INFINITE: int = (source)

Undocumented

Value
-1
SO_UPDATE_ACCEPT_CONTEXT: int = (source)

Undocumented

Value
28683
SO_UPDATE_CONNECT_CONTEXT: int = (source)

Undocumented

Value
28688
WAIT_TIMEOUT: int = (source)

Undocumented

Value
258