summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-18 18:34:52 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-18 18:34:52 -0400
commit729a511e82591c52778ae7413d58bceaaf93cf3b (patch)
tree5c97e1be469eaeec9b5317b10f3dd94e84aa7f36
parent9cb0c98a9c67a930cf8c29c1df212f2b8023049c (diff)
Lowered minimum transfer speed.
-rw-r--r--toxcore/net_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index f43e74c2..5e5df499 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -38,7 +38,7 @@
38#define CRYPTO_PACKET_BUFFER_SIZE 16384 /* Must be a power of 2 */ 38#define CRYPTO_PACKET_BUFFER_SIZE 16384 /* Must be a power of 2 */
39 39
40/* Minimum packet rate per second. */ 40/* Minimum packet rate per second. */
41#define CRYPTO_PACKET_MIN_RATE 16.0 41#define CRYPTO_PACKET_MIN_RATE 8.0
42 42
43/* Minimum packet queue max length. */ 43/* Minimum packet queue max length. */
44#define CRYPTO_MIN_QUEUE_LENGTH 16 44#define CRYPTO_MIN_QUEUE_LENGTH 16