summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index c5dd617ef..bf2669147 100644
--- a/servconf.c
+++ b/servconf.c
@@ -403,9 +403,9 @@ fill_default_server_options(ServerOptions *options)
403 if (options->permit_tun == -1) 403 if (options->permit_tun == -1)
404 options->permit_tun = SSH_TUNMODE_NO; 404 options->permit_tun = SSH_TUNMODE_NO;
405 if (options->ip_qos_interactive == -1) 405 if (options->ip_qos_interactive == -1)
406 options->ip_qos_interactive = IPTOS_DSCP_AF21; 406 options->ip_qos_interactive = IPTOS_LOWDELAY;
407 if (options->ip_qos_bulk == -1) 407 if (options->ip_qos_bulk == -1)
408 options->ip_qos_bulk = IPTOS_DSCP_CS1; 408 options->ip_qos_bulk = IPTOS_THROUGHPUT;
409 if (options->version_addendum == NULL) 409 if (options->version_addendum == NULL)
410 options->version_addendum = xstrdup(""); 410 options->version_addendum = xstrdup("");
411 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) 411 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1)