First semi-functional version.

This commit is contained in:
Luka Miljak 2014-03-18 17:31:42 +01:00
parent c33bd6ca4e
commit 0176443560
5 changed files with 37 additions and 13 deletions

View file

@ -52,7 +52,7 @@ int client_write(struct client_t *client, char *databuf, int datalen) {
int len;
/* handle special telnet characters to display them correctly on client */
telnet_handle_client_write(databuf, &datalen);
//telnet_handle_client_write(databuf, &datalen);
//TODO let's print received bytes during development phase...
{