Skip to content

Commit 39d906c

Browse files
committed
quic: enable the grease bit
1 parent b621239 commit 39d906c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/quic/transportparams.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ TransportParams::TransportParams(const Config& config, const Options& options)
153153
SET_PARAM_V(max_idle_timeout, options.max_idle_timeout * NGTCP2_SECONDS);
154154
SET_PARAM_V(disable_active_migration,
155155
options.disable_active_migration ? 1 : 0);
156+
SET_PARAM_V(grease_quic_bit, 1);
156157
SET_PARAM_V(preferred_addr_present, 0);
157158
SET_PARAM_V(stateless_reset_token_present, 0);
158159
SET_PARAM_V(retry_scid_present, 0);

0 commit comments

Comments
 (0)