From 6e0b807f09dd3dc8eba452678058904c5fff2d76 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 17 Jan 2015 21:27:38 -0500 Subject: Attempted fix of Tox disconnecting during file transfers by tweaking some congestion control numbers. --- 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 9d699340..7e59475e 100644 --- a/toxcore/net_crypto.h +++ b/toxcore/net_crypto.h @@ -86,7 +86,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 8 +#define CONGESTION_QUEUE_ARRAY_SIZE 24 typedef struct { uint64_t time; -- cgit v1.2.3