Browse Source

dtls13.test: Allow setting UDP_PROXY_PATH in env

Juliusz Sosinowicz 1 year ago
parent
commit
f9b2ef47c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/dtls13.test

+ 2 - 0
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