UM C API
6.12.1
|
Structure that holds IP and Port of the broker for the broker transport configuration. More...
#include <lbm.h>
Data Fields | |
lbm_uint_t | broker_ip |
lbm_ushort_t | broker_port |
lbm_ipv4_address_mask_t | iface |
lbm_ushort_t | source_port |
Structure that holds IP and Port of the broker for the broker transport configuration.
A structure used with the broker transport to get/set information about broker daemons.
See lbm_transport_broker_entry_t_stct for field definitions.
lbm_uint_t lbm_transport_broker_entry_t_stct::broker_ip |
The IP address of the broker (network order)
lbm_ushort_t lbm_transport_broker_entry_t_stct::broker_port |
The port of the broker. (network order)
lbm_ipv4_address_mask_t lbm_transport_broker_entry_t_stct::iface |
Future: not currently implemented. Interface to be used.
lbm_ushort_t lbm_transport_broker_entry_t_stct::source_port |
Future: not currently implemented. The source port to be used (network order).