SocketType
Description:
[ CCode ( cprefix = "G_SOCKET_TYPE_" , type_id = "g_socket_type_get_type ()" ) ]
[ Version ( since = "2.22" ) ]
public enum SocketType
Flags used when creating a Socket.
Some protocols may not implement all the socket types.
Content:
Enum values:
- DATAGRAM - Connectionless, unreliable
datagram passing.
- INVALID - Type unknown or wrong
- SEQPACKET - Reliable connection-based
passing of datagrams of fixed maximum length (e.
- STREAM - Reliable connection-based byte
streams (e.