21 #if defined (_WIN32) // Windows platform. 29 #if defined (WIN32_LEAN_AND_MEAN) 40 typedef unsigned char Byte;
43 typedef std::vector<Byte>
Bytes;
unsigned char Byte
Type alias for byte.
int Handle
Type alias for socket handle.
Socket option of the SOL_SOCKET level.
std::vector< Byte > Bytes
Sequence of bytes.
SocketOption(int optionName, void *optionValue, int optionLength)
std::vector< SocketOption > SocketOptions
Storage type of socket options.