mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
increased MIN_NO_COMPRESS_LIMIT
This commit is contained in:
@@ -144,7 +144,7 @@ server-key = ../tests/server-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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user