|
@@ -193,8 +193,10 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
// Wait for the other servers to check in
|
|
|
while (readySync.val < numServers)
|
|
|
+ {
|
|
|
cout << "[" << seedStr << "] " << readySync.val << " servers are checked in." << endl;
|
|
|
readySync.cv.wait(lck);
|
|
|
+ }
|
|
|
|
|
|
// Once we're ready, form and distribute the first fresh generator and the H used in ElGamal operations
|
|
|
initiate_generators(rng, prsonaServer, serverIPs, serverPorts, selfIP, selfPort);
|