First semi-functional version.
This commit is contained in:
parent
c33bd6ca4e
commit
0176443560
5 changed files with 37 additions and 13 deletions
2
client.c
2
client.c
|
|
@ -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...
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue