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 7be4edd commit a45dc2bCopy full SHA for a45dc2b
servconf.c
@@ -495,9 +495,9 @@ fill_default_server_options(ServerOptions *options)
495
if (options->use_mptcp == -1)
496
options->use_mptcp = 0;
497
if (options->ip_qos_interactive == -1)
498
- options->ip_qos_interactive = IPTOS_DSCP_EF;
+ options->ip_qos_interactive = IPTOS_DSCP_AF21;
499
if (options->ip_qos_bulk == -1)
500
- options->ip_qos_bulk = IPTOS_DCSP_CS0;
+ options->ip_qos_bulk = IPTOS_DCSP_CS1;
501
if (options->version_addendum == NULL)
502
options->version_addendum = xstrdup("");
503
if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1)
0 commit comments