We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc869a4 commit 44798d1Copy full SHA for 44798d1
src/quic/application.cc
@@ -45,6 +45,9 @@ Session::Application_Options::operator const nghttp3_settings() const {
45
.h3_datagram = enable_datagrams,
46
// TODO(@jasnell): Support origin frames?
47
.origin_list = nullptr,
48
+ .glitch_ratelim_burst = 1000,
49
+ .glitch_ratelim_rate = 33,
50
+ .qpack_indexing_strat = NGHTTP3_QPACK_INDEXING_STRAT_NONE,
51
};
52
}
53
0 commit comments