summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
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 f43e74c2..5e5df499 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -38,7 +38,7 @@
38#define CRYPTO_PACKET_BUFFER_SIZE 16384 /* Must be a power of 2 */ 38#define CRYPTO_PACKET_BUFFER_SIZE 16384 /* Must be a power of 2 */
39 39
40/* Minimum packet rate per second. */ 40/* Minimum packet rate per second. */
41#define CRYPTO_PACKET_MIN_RATE 16.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 16