changed to tabs, move tor port to function

This commit is contained in:
weko 2023-02-14 20:03:04 +03:00
parent 9e0c5d67c7
commit 76d39cc7c9
3 changed files with 19 additions and 19 deletions

View file

@ -224,7 +224,7 @@ namespace util
bool IsLocalAddress (const boost::asio::ip::address& addr);
bool IsInReservedRange (const boost::asio::ip::address& host);
bool IsYggdrasilAddress (const boost::asio::ip::address& addr);
bool IsPortInReservedRange (const uint16_t port) noexcept;
bool IsPortInReservedRange (const uint16_t port) noexcept;
}
}
}