From e322926646d563da149f3cff9e9a3f469f200505 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 18 Oct 2014 21:52:39 -0400 Subject: File transfer speed should jump up a bit faster. --- toxcore/net_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore') 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 @@ #define CRYPTO_PACKET_MIN_RATE 8.0 /* Minimum packet queue max length. */ -#define CRYPTO_MIN_QUEUE_LENGTH 16 +#define CRYPTO_MIN_QUEUE_LENGTH 64 #define MAX_CRYPTO_PACKET_SIZE 1400 -- cgit v1.2.3