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 ebbfb8d3..78e2f56b 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -37,7 +37,7 @@
37#define CRYPTO_PACKET_BUFFER_SIZE 16384 /* Must be a power of 2 */ 37#define CRYPTO_PACKET_BUFFER_SIZE 16384 /* Must be a power of 2 */
38 38
39/* Minimum packet rate per second. */ 39/* Minimum packet rate per second. */
40#define CRYPTO_PACKET_MIN_RATE 40.0 40#define CRYPTO_PACKET_MIN_RATE 8.0
41 41
42/* Minimum packet queue max length. */ 42/* Minimum packet queue max length. */
43#define CRYPTO_MIN_QUEUE_LENGTH 8 43#define CRYPTO_MIN_QUEUE_LENGTH 8