Reset timeout timer when receiving UDP data too. May fix timeout when using push...
[umurmur.git] / src / client.h
index 853a076d6252189dfd859e621c3433f97ce091ed..a3ce2c29303bba2f0f419639334fb24120076bdc 100644 (file)
@@ -51,7 +51,7 @@
 
 #define BUFSIZE 8192
 #define UDP_BUFSIZE 512
-#define INACTICITY_TIMEOUT 15 /* Seconds */
+#define INACTIVITY_TIMEOUT 15 /* Seconds */
 #define MAX_CODECS 10
 #define MAX_TOKENSIZE 64
 #define MAX_TOKENS 32