| 68 | } |
| 69 | |
| 70 | void routing_manager_base::set_client_host(const std::string& _client_host) { |
| 71 | |
| 72 | std::scoped_lock its_env_lock(env_mutex_); |
| 73 | env_ = _client_host; |
| 74 | } |
| 75 | |
| 76 | void routing_manager_base::log_network_state(bool _tcp, bool _only_external) const { |
| 77 | #ifndef __linux__ |