improved handling for list of telnet commands
This commit is contained in:
parent
676e16a477
commit
bdf36796bf
6 changed files with 36 additions and 14 deletions
5
server.c
5
server.c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue