Skip to content

Commit

Permalink
add comment to ping the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CheSema committed Mar 7, 2024
1 parent 5cb6175 commit 7d677c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Common/DNSResolver.h
Expand Up @@ -34,7 +34,9 @@ class DNSResolver : private boost::noncopyable
Poco::Net::IPAddress resolveHost(const std::string & host);

/// Accepts host names like 'example.com' or '127.0.0.1' or '::1' and resolves all its IPs
/// resolveHostAllInOriginOrder returns addresses with the same order as system call returns it
IPAddresses resolveHostAllInOriginOrder(const std::string & host);
/// resolveHostAll returns addresses in random order
IPAddresses resolveHostAll(const std::string & host);

/// Accepts host names like 'example.com:port' or '127.0.0.1:port' or '[::1]:port' and resolves its IP and port
Expand Down

0 comments on commit 7d677c6

Please sign in to comment.