increased MIN_NO_COMPRESS_LIMIT

This commit is contained in:
Nikos Mavrogiannopoulos
2015-01-15 21:00:32 +01:00
parent 724cfef3d4
commit 8d2a562af1
3 changed files with 3 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ server-key = /path/to/key.pem
# Set the minimum size under which a packet will not be compressed.
# That is to allow low-latency for VoIP packets. The default size
# is 64 bytes. Modify it if the clients typically use compression
# is 256 bytes. Modify it if the clients typically use compression
# as well of VoIP with codecs that exceed the default value.
#no-compress-limit = 256

View File

@@ -56,7 +56,7 @@ typedef enum {
OC_COMP_LZS,
} comp_type_t;
#define MIN_NO_COMPRESS_LIMIT 64
#define MIN_NO_COMPRESS_LIMIT 256
#define DEBUG_BASIC 1
#define DEBUG_HTTP 2