Skip to content

Commit

Permalink
Fix Attack Tool (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Sep 14, 2023
1 parent 226138d commit 48da01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/attack/packet_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ struct TlsContext
Config.HkdfLabels = &HkdfLabels;
Config.AlpnBuffer = AlpnListBuffer;
Config.AlpnBufferLength = AlpnListBuffer[0] + 1;
Config.TPType = TLS_EXTENSION_TYPE_QUIC_TRANSPORT_PARAMETERS;
Config.LocalTPBuffer =
QuicCryptoTlsEncodeTransportParameters(&Connection, FALSE, &TP, NULL, &Config.LocalTPLength);
if (!Config.LocalTPBuffer) {
Expand Down

0 comments on commit 48da01b

Please sign in to comment.