Where to initialize clients in C server?

Hot Monthly Questions - Software Engineering Stack Exchange Hot Monthly Questions - Software Engineering Stack Exchange ·

I’m writing a multiplayer server in C using sockets and pthreads. The project is separated by responsibility: server.c/.h → networking (socket, bind, listen, accept, thread creation) player.c/.h...

阅读原文