vibe.core.drivers.utils

Utility definitions for socket handling.

Members

Aliases

EWOULDBLOCK
alias EWOULDBLOCK = WSAEWOULDBLOCK
Undocumented in source.
SystemSocketException
alias SystemSocketException = WSAErrorException
Undocumented in source.
SystemSocketException
alias SystemSocketException = ErrnoException
Undocumented in source.

Classes

WSAErrorException
class WSAErrorException
Undocumented in source.

Enums

SO_REUSEPORT
anonymousenum SO_REUSEPORT
Undocumented in source.

Functions

FormatMessageW
DWORD FormatMessageW(DWORD dwFlags, const(void)* lpSource, DWORD dwMessageId, DWORD dwLanguageId, LPWSTR lpBuffer, DWORD nSize, void* Arguments)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
socketEnforce
T socketEnforce(T value, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.