SocketType

Defined in header “ark/comms/socket_type.hh”.


Enumerates the various socket types that you can construct. TCP sockets are “stream”, and UDP are packet-based.

Values

  • TCP = 0

  • UDP = 1