mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-06 02:49:45 -06:00
More alerts shenanigans
This commit is contained in:
@@ -23,10 +23,10 @@ static std::string generateErrString(const std::string& what, int err) {
|
||||
int connectToHost(
|
||||
const std::string& host,
|
||||
uint16_t port,
|
||||
int synRetries,
|
||||
std::string& errString
|
||||
) {
|
||||
int fd = -1;
|
||||
int synRetries = 3;
|
||||
std::unique_ptr<struct addrinfo, decltype(&freeaddrinfo)> infos(nullptr, &freeaddrinfo);
|
||||
{
|
||||
char portStr[10];
|
||||
|
||||
Reference in New Issue
Block a user