X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=f7b88c492993a65144357151ead09a8f22990ada;hb=939572d614e63e0a35734935fbd8b0fbf9ebab4e;hp=93487d9e0c59dc09645278502df9a9011fcee034;hpb=42aa651ae39075f735ddddea174bb16fb6eb2f78;p=umurmur.git diff --git a/src/client.h b/src/client.h index 93487d9..f7b88c4 100644 --- a/src/client.h +++ b/src/client.h @@ -48,7 +48,7 @@ #include "timer.h" #include "pds.h" -#define BUFSIZE 2048 +#define BUFSIZE 8192 #define UDP_BUFSIZE 512 #define INACTICITY_TIMEOUT 15 /* Seconds */ #define MAX_CODECS 10 @@ -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;