Module: Gio::SocketProtocol

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

The protocol type is unknown

-1 or :unknown
DEFAULT =

The default protocol for the family/type

0 or :default
TCP =

TCP over IP

6 or :tcp
UDP =

UDP over IP

17 or :udp
SCTP =

SCTP over IP

132 or :sctp