From 314b99477a50dc4f84a827a0ba3b3b5cd3aa6946 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 19 Jan 2015 13:05:13 +0100 Subject: [PATCH] tests: enable compression in the unix test --- tests/docker-ocserv/ocserv-unix.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/docker-ocserv/ocserv-unix.conf b/tests/docker-ocserv/ocserv-unix.conf index 37dfa001..4577a21d 100644 --- a/tests/docker-ocserv/ocserv-unix.conf +++ b/tests/docker-ocserv/ocserv-unix.conf @@ -110,6 +110,15 @@ server-key = /etc/ocserv/key.pem # OU (organizational unit) = 2.5.4.11 #cert-group-oid = 2.5.4.11 +# Uncomment this to enable compression negotiation. +compression = true + +# 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 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 + # The revocation list of the certificates issued by the 'ca-cert' above. #crl = /path/to/crl.pem