Skip to content

Commit

Permalink
Update common parameters for interop (Tencent#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofei0800 authored Mar 29, 2024
1 parent 114f42d commit 1028dfa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions interop/run_endpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPA)
;;
esac

COMMON_ARGS="--keylog-file $SSLKEYLOGFILE --qlog-dir $QLOG_DIR --log-level TRACE --log-file $LOG_DIR/$ROLE.log --idle-timeout 30000 --handshake-timeout 30000 --congestion-control-algor $CC_ALGOR"
COMMON_ARGS="--keylog-file $SSLKEYLOGFILE --qlog-dir $QLOG_DIR --log-level TRACE --log-file $LOG_DIR/$ROLE.log --idle-timeout 30000 --handshake-timeout 30000 --initial-rtt 100 --congestion-control-algor $CC_ALGOR"

if [ "$ROLE" == "client" ]; then
# Wait for the simulator to start up.
Expand Down Expand Up @@ -89,7 +89,6 @@ if [ "$ROLE" == "client" ]; then

case $TESTCASE in
multiconnect|resumption)
CLIENT_ARGS="$CLIENT_ARGS --initial-rtt 100"
for REQ in $REQUESTS
do
$TQUIC_DIR/$TQUIC_CLIENT $CLIENT_ARGS $REQ
Expand All @@ -109,9 +108,6 @@ elif [ "$ROLE" == "server" ]; then
retry)
SERVER_ARGS="$SERVER_ARGS --enable-retry"
;;
multiconnect)
SERVER_ARGS="$SERVER_ARGS --initial-rtt 100"
;;
transfer)
SERVER_ARGS="$SERVER_ARGS --send-udp-payload-size 1400"
;;
Expand Down

0 comments on commit 1028dfa

Please sign in to comment.