mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Added dummy proxy implementation, moved client, added main Makefile.
This commit is contained in:
committed by
Mike Jumper
parent
7ee970c88a
commit
c048537232
11
guacamole/proxy/proxy.c
Normal file
11
guacamole/proxy/proxy.c
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "proxy.h"
|
||||
|
||||
void proxy(int client_fd) {
|
||||
|
||||
write(client_fd, "name:hello;size:1024,768;error:Test finished.;", 46);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user