Step version
[umurmur.git] / src / client.h
index 93487d9e0c59dc09645278502df9a9011fcee034..f7b88c492993a65144357151ead09a8f22990ada 100644 (file)
@@ -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;