From f9b2ef47c93293da25ce7777cce6af4acf1801f9 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Wed, 21 Sep 2022 16:49:53 +0200 Subject: [PATCH] dtls13.test: Allow setting UDP_PROXY_PATH in env --- scripts/dtls13.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/dtls13.test b/scripts/dtls13.test index 732eafddc..9519c8d7d 100755 --- a/scripts/dtls13.test +++ b/scripts/dtls13.test @@ -18,7 +18,9 @@ cleanup () { trap cleanup err exit WOLFSSL_ROOT=$(pwd) +if [ -z $UDP_PROXY_PATH ];then UDP_PROXY_PATH=$WOLFSSL_ROOT/../udp-proxy/udp_proxy +fi PROXY_PORT=12345 SERVER_PORT=11111 NEW_SESSION_TICKET_SIZE=200