X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=66bf7d8d9ad1bfc0ff4b8b95e4f6c0106c8dcc70;hb=2ae1e3a1e414732354074d163ee074c24ec9d3bb;hp=93487d9e0c59dc09645278502df9a9011fcee034;hpb=42aa651ae39075f735ddddea174bb16fb6eb2f78;p=umurmur.git diff --git a/src/client.h b/src/client.h index 93487d9..66bf7d8 100644 --- a/src/client.h +++ b/src/client.h @@ -31,7 +31,6 @@ #ifndef CLIENT_H_45786678 #define CLIENT_H_45786678 -#include #include #include /* close() */ #include @@ -47,8 +46,9 @@ #include "crypt.h" #include "timer.h" #include "pds.h" +#include "ssl.h" -#define BUFSIZE 2048 +#define BUFSIZE 8192 #define UDP_BUFSIZE 512 #define INACTICITY_TIMEOUT 15 /* Seconds */ #define MAX_CODECS 10 @@ -57,7 +57,7 @@ typedef struct { int tcpfd; - SSL *ssl; + SSL_handle_t *ssl; bool_t SSLready; bool_t shutdown_wait; cryptState_t cryptState; @@ -70,7 +70,7 @@ typedef struct { int sessionId; uint64_t key; char *username; - bool_t authenticated, deaf, mute; + bool_t bUDP, authenticated, deaf, mute; char *os, *release; uint32_t version; int codec_count;