27 Unknown =
static_cast<int32_t
>(-1)
SocketType
Enumerates the socket types.
Definition: socket_type.h:12
@ Raw
The type that supports access to the underlying transport protocol.
@ Seqpacket
The type that provides connection-oriented and reliable two-way transfer of ordered byte streams acro...
@ Rdm
The type that supports connectionless, message-oriented, reliably delivered messages,...
@ Dgram
The type that supports datagrams, which are connectionless, unreliable messages of a fixed maximum le...
@ Stream
The type that supports reliable, two-way, connection-based byte streams without duplication of data a...
Definition: db_command.h:9