summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-11-21 10:05:39 -0500
committerirungentoo <irungentoo@gmail.com>2015-11-21 10:05:39 -0500
commit25843bf141cedffefbf888034d6b50fbcba52319 (patch)
treed7dca6c694f8af4f7a07609c143798d4ed60162e /toxcore/net_crypto.h
parent608ee07c9634d7fa9e90958c6948c1e012434c81 (diff)
More file transfer improvements.
Diffstat (limited to 'toxcore/net_crypto.h')
-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 64caf9ad..715b6e3f 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -80,7 +80,7 @@
80 80
81/* Base current transfer speed on last CONGESTION_QUEUE_ARRAY_SIZE number of points taken 81/* Base current transfer speed on last CONGESTION_QUEUE_ARRAY_SIZE number of points taken
82 at the dT defined in net_crypto.c */ 82 at the dT defined in net_crypto.c */
83#define CONGESTION_QUEUE_ARRAY_SIZE 24 83#define CONGESTION_QUEUE_ARRAY_SIZE 12
84#define CONGESTION_LAST_SENT_ARRAY_SIZE (CONGESTION_QUEUE_ARRAY_SIZE * 2) 84#define CONGESTION_LAST_SENT_ARRAY_SIZE (CONGESTION_QUEUE_ARRAY_SIZE * 2)
85 85
86/* Default connection ping in ms. */ 86/* Default connection ping in ms. */