Revision 29e8788e lib/impexpd/__init__.py

b/lib/impexpd/__init__.py
80 80
SOCAT_OPENSSL_OPTS = ["verify=1", "method=TLSv1",
81 81
                      "cipher=%s" % constants.OPENSSL_CIPHERS]
82 82

  
83
if constants.SOCAT_USE_COMPRESS:
84
  # Disables all compression in by OpenSSL. Only supported in patched versions
85
  # of socat (as of November 2010). See INSTALL for more information.
86
  SOCAT_OPENSSL_OPTS.append("compress=none")
87

  
83 88
SOCAT_OPTION_MAXLEN = 400
84 89

  
85 90
(PROG_OTHER,

Also available in: Unified diff