summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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