Data Fields | |
tor_addr_t | addr |
uint16_t | port |
char | identity [DIGEST_LEN] |
download_status_t | fetch_status |
Address of the bridge.
Referenced by bridge_add_from_config(), and launch_direct_bridge_descriptor_fetch().
uint16_t bridge_info_t::port |
TLS port for the bridge.
Referenced by bridge_add_from_config(), and launch_direct_bridge_descriptor_fetch().
char bridge_info_t::identity[DIGEST_LEN] |
Expected identity digest, or all zero bytes if we don't know what the digest should be.
Referenced by bridge_add_from_config(), and launch_direct_bridge_descriptor_fetch().
When should we next try to fetch a descriptor for this bridge?
Referenced by bridge_add_from_config(), and learned_bridge_descriptor().