summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-10-18 21:52:39 -0400
committerirungentoo <irungentoo@gmail.com>2014-10-18 21:52:39 -0400
commite322926646d563da149f3cff9e9a3f469f200505 (patch)
treee35f0ebf1934271f0dd2d5fc5be8042a895f051a
parenta2db81bb1df5ab75eb7a5bc2081985f2aae61940 (diff)
File transfer speed should jump up a bit faster.
-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 3245b6a2..e6be5481 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -41,7 +41,7 @@
41#define CRYPTO_PACKET_MIN_RATE 8.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 64
45 45
46#define MAX_CRYPTO_PACKET_SIZE 1400 46#define MAX_CRYPTO_PACKET_SIZE 1400
47 47