SOCKS5 proxy support

This commit is contained in:
SChernykh
2022-08-31 16:37:33 +02:00
parent 229b07391b
commit 86156f3fec
25 changed files with 571 additions and 305 deletions

View File

@@ -219,6 +219,9 @@ FORCEINLINE uint64_t bsr(uint64_t x)
#define bsr bsr_reference
#endif
bool str_to_ip(bool is_v6, const char* ip, raw_ip& result);
bool is_localhost(const std::string& host);
} // namespace p2pool
void memory_tracking_start();