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 a45dc2b commit b60b4bbCopy full SHA for b60b4bb
servconf.c
@@ -497,7 +497,7 @@ fill_default_server_options(ServerOptions *options)
497
if (options->ip_qos_interactive == -1)
498
options->ip_qos_interactive = IPTOS_DSCP_AF21;
499
if (options->ip_qos_bulk == -1)
500
- options->ip_qos_bulk = IPTOS_DCSP_CS1;
+ options->ip_qos_bulk = IPTOS_DSCP_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