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

Method start_networking

Tools/NetworkOptions.cpp:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75Server* NetworkOptionsWithNumber::start_networking(Names& N, int my_num)
76{
77 if (ip_filename.length() > 0)
78 {
79 N.init(my_num, portnum_base, ip_filename, nplayers);
80 return 0;
81 }
82 else
83 return Server::start_networking(N, my_num, nplayers, hostname, portnum_base);
84}

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected