Skip to content

Commit 44798d1

Browse files
committed
complete init of nghttp3_settings
1 parent bc869a4 commit 44798d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/quic/application.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Session::Application_Options::operator const nghttp3_settings() const {
4545
.h3_datagram = enable_datagrams,
4646
// TODO(@jasnell): Support origin frames?
4747
.origin_list = nullptr,
48+
.glitch_ratelim_burst = 1000,
49+
.glitch_ratelim_rate = 33,
50+
.qpack_indexing_strat = NGHTTP3_QPACK_INDEXING_STRAT_NONE,
4851
};
4952
}
5053

0 commit comments

Comments
 (0)