30 #if defined(_WIN32) // Windows platform. 42 namespace ConflatedTCP {
44 typedef unsigned short Port;
46 typedef unsigned char Byte;
49 typedef std::vector<Byte>
Bytes;
94 UndefinedPriorityAndPolicy = 255
101 #if defined(ONIXS_CONFLATEDTCP_CXX11) 104 typedef std::auto_ptr<T> UniquePtr;
#define ONIXS_CONFLATEDTCP_NOTHROW
std::unique_ptr< T > UniquePtr
int Handle
Type alias for socket handle.
std::vector< SocketOption > SocketOptions
Socket options.
std::vector< Byte > Bytes
Sequence of bytes.
std::set< CpuIndex > CpuIndexes
SocketOption(int optionLevel, int optionName, void *optionValue, int optionLength) noexcept
unsigned char Byte
Type alias for byte.
#define ONIXS_CONFLATEDTCP_NULLPTR