mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
use endpoint set_timer rather than connection
This commit is contained in:
@@ -438,7 +438,7 @@ protected:
|
||||
"starting async DNS resolve for "+host+":"+port);
|
||||
}
|
||||
|
||||
timer_ptr dns_timer = tcon->set_timer(
|
||||
timer_ptr dns_timer = set_timer(
|
||||
config::timeout_dns_resolve,
|
||||
lib::bind(
|
||||
&type::handle_resolve_timeout,
|
||||
|
||||
Reference in New Issue
Block a user