30 #if defined(_WIN32) // Windows platform. 44 typedef unsigned short Port;
46 typedef unsigned char Byte;
49 typedef std::vector<Byte>
Bytes;
94 UndefinedPriorityAndPolicy = 255
101 #if defined (ONIXS_B3_BOE_CXX11) 104 typedef std::auto_ptr<T> UniquePtr;
std::pair< Port, Port > PortRange
std::vector< Byte > Bytes
Sequence of bytes.
std::unique_ptr< T > UniquePtr
#define ONIXS_B3_BOE_NULLPTR
#define ONIXS_B3_BOE_NOTHROW
SocketOption(int optionName, const void *optionValue, int optionLength) noexcept
unsigned char Byte
Type alias for byte.
std::set< CpuIndex > CpuIndexes
std::vector< SocketOption > SocketOptions
Socket options.
Socket option of the SOL_SOCKET level.
int Handle
Type alias for socket handle.