Module: Gio::SocketType

Defined in:
(unknown)

Constant Summary collapse

INVALID =

Type unknown or wrong

0 or :invalid
STREAM =

Reliable connection-based byte streams (e.g. TCP).

1 or :stream
DATAGRAM =

Connectionless, unreliable datagram passing.

(e.g. UDP)
2 or :datagram
SEQPACKET =

Reliable connection-based passing of datagrams

of fixed maximum length (e.g. SCTP).
3 or :seqpacket