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 b621239 commit 39d906cCopy full SHA for 39d906c
1 file changed
src/quic/transportparams.cc
@@ -153,6 +153,7 @@ TransportParams::TransportParams(const Config& config, const Options& options)
153
SET_PARAM_V(max_idle_timeout, options.max_idle_timeout * NGTCP2_SECONDS);
154
SET_PARAM_V(disable_active_migration,
155
options.disable_active_migration ? 1 : 0);
156
+ SET_PARAM_V(grease_quic_bit, 1);
157
SET_PARAM_V(preferred_addr_present, 0);
158
SET_PARAM_V(stateless_reset_token_present, 0);
159
SET_PARAM_V(retry_scid_present, 0);
0 commit comments