diff options
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r-- | toxcore/net_crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h index 79f5da35..12817acf 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 8.0 | 40 | #define CRYPTO_PACKET_MIN_RATE 16.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 |