From 25843bf141cedffefbf888034d6b50fbcba52319 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 21 Nov 2015 10:05:39 -0500 Subject: More file transfer improvements. --- toxcore/net_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/net_crypto.h') diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h index 64caf9ad..715b6e3f 100644 --- a/toxcore/net_crypto.h +++ b/toxcore/net_crypto.h @@ -80,7 +80,7 @@ /* Base current transfer speed on last CONGESTION_QUEUE_ARRAY_SIZE number of points taken at the dT defined in net_crypto.c */ -#define CONGESTION_QUEUE_ARRAY_SIZE 24 +#define CONGESTION_QUEUE_ARRAY_SIZE 12 #define CONGESTION_LAST_SENT_ARRAY_SIZE (CONGESTION_QUEUE_ARRAY_SIZE * 2) /* Default connection ping in ms. */ -- cgit v1.2.3