Skip to content

Commit

Permalink
Update run_endpoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj authored Jan 10, 2024
1 parent 48a5e79 commit 283144c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interop/run_endpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ if [ "$ROLE" == "client" ]; then
;;
transfer)
CLIENT_ARGS="$CLIENT_ARGS --send-udp-payload-size 1400"
;;
http3)
CLIENT_ALPN="--alpn h3"
;;
Expand Down Expand Up @@ -109,6 +110,7 @@ elif [ "$ROLE" == "server" ]; then
;;
multiconnect)
SERVER_ARGS="$SERVER_ARGS --initial-rtt 100"
;;
transfer)
SERVER_ARGS="$SERVER_ARGS --send-udp-payload-size 1400"
;;
Expand Down

0 comments on commit 283144c

Please sign in to comment.