More extraction of functionality
Extracting server and tty functions into separate headers. Thread functions for new connections, tty data and client data are also extracted and used as separate functional blocks.
This commit is contained in:
parent
2c26ef201a
commit
c17e696566
11 changed files with 534 additions and 393 deletions
1
telnet.c
1
telnet.c
|
@ -1,5 +1,4 @@
|
|||
#include <telnet.h>
|
||||
#include <moxerver.h>
|
||||
|
||||
/* structure for holding telnet option name and value */
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue