mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
dtls13.test: Allow setting UDP_PROXY_PATH in env
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user