Go to the source code of this file.
The server opens sockets, accepts connections, and spawns threads which handle the connections.
|
Closes server sockets. This function is called when the server shuts down or when a new process is forked. |
|
Server main function. Waits for connecting clients, spawns connection threads. |
|
Server shtdown. Closes all sockets, deletes the pipe. |