#include "common.h"
#include "conn_handler.h"
Include dependency graph for server.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | svCloseConnection (ConnHandler ch) |
terminate the given connection handler. More... | |
int | svMain () |
pdepp's main loop, start's the server and does only return if shutting down. More... | |
Variables | |
volatile int | running |
an evil global var used for signal handling. |
Definition in file server.h.
|
terminate the given connection handler.
Terminates the given connection handler and removes the corresponding socket from the set of active sockets. Referenced by svMain().
|
|
pdepp's main loop, start's the server and does only return if shutting down.
Referenced by initServer().
|