MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / process_client

Method process_client

Networking/ServerSocket.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void AnonymousServerSocket::process_client(const string& client_id)
232{
233 if (clients.find(client_id) != clients.end())
234 exit_error("client " + client_id + " already connected");
235 client_connection_queue.push(client_id);
236}
237
238int AnonymousServerSocket::get_connection_socket(string& client_id)
239{

Callers

nothing calls this directly

Calls 3

exit_errorFunction · 0.85
endMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected