Enumeration (GI Enum)

Gio-2.0GioSocketTypeSince 2.22

Flags used when creating a Gio.Socket. Some protocols may not implement all the socket types.

2.22

Index

Enumeration Members

Enumeration Members

DATAGRAM: number

Connectionless, unreliable datagram passing. (e.g. UDP)

INVALID: number

Type unknown or wrong

SEQPACKET: number

Reliable connection-based passing of datagrams of fixed maximum length (e.g. SCTP).

STREAM: number

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