Go to the source code of this file.
|
enum | graphene::net::core_message_type_enum {
graphene::net::trx_message_type = 1000,
graphene::net::block_message_type = 1001,
graphene::net::core_message_type_first = 5000,
graphene::net::item_ids_inventory_message_type = 5001,
graphene::net::blockchain_item_ids_inventory_message_type = 5002,
graphene::net::fetch_blockchain_item_ids_message_type = 5003,
graphene::net::fetch_items_message_type = 5004,
graphene::net::item_not_available_message_type = 5005,
graphene::net::hello_message_type = 5006,
graphene::net::connection_accepted_message_type = 5007,
graphene::net::connection_rejected_message_type = 5008,
graphene::net::address_request_message_type = 5009,
graphene::net::address_message_type = 5010,
graphene::net::closing_connection_message_type = 5011,
graphene::net::current_time_request_message_type = 5012,
graphene::net::current_time_reply_message_type = 5013,
graphene::net::check_firewall_message_type = 5014,
graphene::net::check_firewall_reply_message_type = 5015,
graphene::net::get_current_connections_request_message_type = 5016,
graphene::net::get_current_connections_reply_message_type = 5017,
graphene::net::core_message_type_last = 5099
} |
|
enum | graphene::net::rejection_reason_code {
graphene::net::rejection_reason_code::unspecified,
graphene::net::rejection_reason_code::different_chain,
graphene::net::rejection_reason_code::already_connected,
graphene::net::rejection_reason_code::connected_to_self,
graphene::net::rejection_reason_code::not_accepting_connections,
graphene::net::rejection_reason_code::blocked,
graphene::net::rejection_reason_code::invalid_hello_message,
graphene::net::rejection_reason_code::client_too_old
} |
|
enum | graphene::net::peer_connection_direction { graphene::net::peer_connection_direction::unknown,
graphene::net::peer_connection_direction::inbound,
graphene::net::peer_connection_direction::outbound
} |
|
enum | graphene::net::firewalled_state { graphene::net::firewalled_state::unknown,
graphene::net::firewalled_state::firewalled,
graphene::net::firewalled_state::not_firewalled
} |
|
enum | graphene::net::firewall_check_result { graphene::net::firewall_check_result::unable_to_check,
graphene::net::firewall_check_result::unable_to_connect,
graphene::net::firewall_check_result::connection_successful
} |
|
|
| FC_REFLECT_ENUM (graphene::net::core_message_type_enum,(trx_message_type)(block_message_type)(core_message_type_first)(item_ids_inventory_message_type)(blockchain_item_ids_inventory_message_type)(fetch_blockchain_item_ids_message_type)(fetch_items_message_type)(item_not_available_message_type)(hello_message_type)(connection_accepted_message_type)(connection_rejected_message_type)(address_request_message_type)(address_message_type)(closing_connection_message_type)(current_time_request_message_type)(current_time_reply_message_type)(check_firewall_message_type)(check_firewall_reply_message_type)(get_current_connections_request_message_type)(get_current_connections_reply_message_type)(core_message_type_last))(different_chain)(already_connected)(connected_to_self)(not_accepting_connections)(blocked)(invalid_hello_message)(client_too_old))(inbound)(outbound))(firewalled)(not_firewalled))(unable_to_connect)(connection_successful)) namespace std |
|
◆ FC_REFLECT_ENUM()
FC_REFLECT_ENUM |
( |
graphene::net::core_message_type_enum |
, |
|
|
(trx_message_type)(block_message_type)(core_message_type_first)(item_ids_inventory_message_type)(blockchain_item_ids_inventory_message_type)(fetch_blockchain_item_ids_message_type)(fetch_items_message_type)(item_not_available_message_type)(hello_message_type)(connection_accepted_message_type)(connection_rejected_message_type)(address_request_message_type)(address_message_type)(closing_connection_message_type)(current_time_request_message_type)(current_time_reply_message_type)(check_firewall_message_type)(check_firewall_reply_message_type)(get_current_connections_request_message_type)(get_current_connections_reply_message_type)(core_message_type_last) |
|
|
) |
| |