Skip to content

Commit

Permalink
Support QUIC version MVFST_ALIAS
Browse files Browse the repository at this point in the history
Reviewed By: kvtsoy, lnicco

Differential Revision: D63056316

fbshipit-source-id: bb7e28da3c043e2fbe422f649902dec827da9a15
  • Loading branch information
Nishant Nori authored and facebook-github-bot committed Sep 21, 2024
1 parent d9f683f commit 159872f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxygen/httpserver/samples/hq/HQParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ struct HQBaseParams {
folly::Optional<folly::SocketAddress> localAddress;
std::vector<quic::QuicVersion> quicVersions{
quic::QuicVersion::MVFST,
quic::QuicVersion::MVFST_ALIAS,
quic::QuicVersion::MVFST_EXPERIMENTAL,
quic::QuicVersion::MVFST_EXPERIMENTAL3,
quic::QuicVersion::QUIC_V1,
Expand Down

0 comments on commit 159872f

Please sign in to comment.