When you specified more than 4 servers in set::timesynch::server you could

experience weird issues such as a flood of 'Cannot accept connections:
invalid argument' messages. Reported by hyper_threader ().
This commit is contained in:
Bram Matthys 2014-01-12 11:26:29 +01:00
parent 1e3e46d4de
commit 26dc7cbb31

View file

@ -184,6 +184,8 @@ int succesfully_sent = 0;
set_non_blocking(s[n], &me);
n++;
if (n == MAXTIMESERVERS)
break;
}
numservers = n;