The following two are initialized in the constructor and always valid to call.
| 105 | |
| 106 | /// The following two are initialized in the constructor and always valid to call. |
| 107 | bool IsKrpcUsingUDS() const { return krpc_use_uds_; } |
| 108 | const UdsAddressUniqueIdPB& GetUdsAddressUniqueId() { return uds_addr_unique_id_; } |
| 109 | |
| 110 | /// Initializes the reactor threads, and prepares for sending outbound RPC requests. All |