Skip to content

Commit

Permalink
tests(s2n-quic-qns): enable overflow checks in quic-attack (#1998)
Browse files Browse the repository at this point in the history
* tests(s2n-quic-qns): enable overflow checks in quic-attack

* tests(s2n-quic-qns): enable overflow checks in quic-attack

* use regular TLS
  • Loading branch information
WesleyRosenblum authored Oct 12, 2023
1 parent 4e50738 commit b955c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/quic-attack/run
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set -e

# ensure s2n-quic-qns is built
RUSTFLAGS="--cfg debug_assertions --cfg s2n_internal_dev -g" cargo +stable build --release --bin s2n-quic-qns
RUSTFLAGS="-C debug_assertions --cfg s2n_internal_dev -g" cargo +stable build --release --bin s2n-quic-qns

# ensure ultraman is installed
if ! command -v ultraman &> /dev/null; then
Expand Down Expand Up @@ -52,7 +52,7 @@ else
TIMEOUT="timeout $1s"
fi

COMMON_ARGS="--max-throughput 10000 --max-handshake-duration 10 --max-idle-timeout 10 --tls null"
COMMON_ARGS="--max-throughput 10000 --max-handshake-duration 10 --max-idle-timeout 10"
PERF_APP="./target/release/s2n-quic-qns perf"

RUST_BACKTRACE=1 \
Expand Down

0 comments on commit b955c59

Please sign in to comment.