Module: TIPCSocket::Constants
- Defined in:
- lib/tipcsocket.rb
Constant Summary collapse
- TIPC_CFG_SRV =
application accessible port name types
0- TIPC_TOP_SRV =
1- TIPC_RESERVED_TYPES =
64- TIPC_ZONE_SCOPE =
publication scopes when binding port names and port name sequences
1- TIPC_CLUSTER_SCOPE =
2- TIPC_NODE_SCOPE =
3- TIPC_MAX_USER_MSG_SIZE =
limiting values for messages
66000- TIPC_LOW_IMPORTANCE =
message importance levels
0- TIPC_MEDIUM_IMPORTANCE =
1- TIPC_HIGH_IMPORTANCE =
2- TIPC_CRITICAL_IMPORTANCE =
3- TIPC_OK =
message rejection/connection shutdown reasons
0- TIPC_ERR_NO_NAME =
1- TIPC_ERR_NO_PORT =
2- TIPC_ERR_NO_NODE =
3- TIPC_ERR_OVERLOAD =
4- TIPC_CONN_SHUTDOWN =
5- TIPC_SUB_PORTS =
topology subscription service definitions
0x01- TIPC_SUB_SERVICE =
0x02- TIPC_SUB_CANCEL =
0x04- TIPC_WAIT_FOREVER =
-1- TIPC_ADDR_NAMESEQ =
address types
1- TIPC_ADDR_MCAST =
1- TIPC_ADDR_NAME =
2- TIPC_ADDR_ID =
3- TIPC_PUBLISHED =
events
1- TIPC_WITHDRAWN =
2- TIPC_SUBSCR_TIMEOUT =
3