SocketAccessControl
Description:
[ CCode ( cprefix = "TP_SOCKET_ACCESS_CONTROL_" , has_type_id = false ) ]
public enum SocketAccessControl
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- CREDENTIALS -
The high-level meaning of this access control type is that only the same user (e.g. same
numeric Unix uid) is allowed to interact with the tube.
- LOCALHOST -
The IP or Unix socket can be accessed by any local user (e.g. a Unix socket that accepts all local connections, or an IP
socket listening on 127.0.0.1 (or ::1) or rejecting connections not from that address).
- NETMASK -
May only be used on IP sockets.
- PORT -
May only be used on IP sockets, and only for Stream tubes.