]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Removed unused definition
authorArne Schwabe <arne@rfc2549.org>
Thu, 9 Jul 2020 10:16:02 +0000 (12:16 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 9 Jul 2020 18:46:07 +0000 (20:46 +0200)
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200709101603.11941-7-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20256.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl.h

index 2f6f7657b188e35625e7e9465a78c9085b6f0825..58a9b0d45c211bafbf2f2b54527687eb8277f6a1 100644 (file)
 #define TLS_MULTI_HORIZON 2     /* call tls_multi_process frequently for n seconds after
                                  * every packet sent/received action */
 
-/*
- * The SSL/TLS worker thread will wait at most this many seconds for the
- * interprocess communication pipe to the main thread to be ready to accept
- * writes.
- */
-#define TLS_MULTI_THREAD_SEND_TIMEOUT 5
-
 /* Interval that tls_multi_process should call tls_authentication_status */
 #define TLS_MULTI_AUTH_STATUS_INTERVAL 10