Auto-select port numbers

This commit is contained in:
Vitaliy Filippov
2020-04-20 17:45:27 +03:00
parent ff38b464a5
commit 642802b595
9 changed files with 170 additions and 88 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ struct http_response_t
http_response_t *parse_http_response(std::string res);
std::vector<std::string> getifaddr_list(bool include_v6 = false);
uint64_t stoull_full(std::string str, int base = 10);
uint64_t stoull_full(const std::string & str, int base = 10);