improved handling for list of telnet commands

This commit is contained in:
Igor Socec 2014-03-19 11:20:16 +01:00
parent 676e16a477
commit bdf36796bf
6 changed files with 36 additions and 14 deletions

View file

@ -1,5 +1,8 @@
#include "moxerver.h"
/*
* Handling server operation.
*/
#include "moxerver.h"
/* Sets up the server on specific port, binds to a socket and listens for client connections. */
int server_setup(struct server_t *server, unsigned int port) {