mirror of
https://github.com/telemt/telemt.git
synced 2026-04-16 01:54:11 +03:00
TLS-F: Fetcher V2
This commit is contained in:
@@ -609,7 +609,7 @@ impl UpstreamManager {
|
||||
}
|
||||
let result = tokio::time::timeout(
|
||||
Duration::from_secs(DC_PING_TIMEOUT_SECS),
|
||||
self.ping_single_dc(&upstream_config, addr)
|
||||
self.ping_single_dc(&upstream_config, Some(bind_rr.clone()), addr)
|
||||
).await;
|
||||
|
||||
let ping_result = match result {
|
||||
|
||||
Reference in New Issue
Block a user