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 f9eb778d6..98afcfcec 100644
--- a/servconf.c
+++ b/servconf.c
@@ -453,9 +453,9 @@ fill_default_server_options(ServerOptions *options)
453 if (options->permit_tun == -1) 453 if (options->permit_tun == -1)
454 options->permit_tun = SSH_TUNMODE_NO; 454 options->permit_tun = SSH_TUNMODE_NO;
455 if (options->ip_qos_interactive == -1) 455 if (options->ip_qos_interactive == -1)
456 options->ip_qos_interactive = IPTOS_DSCP_AF21; 456 options->ip_qos_interactive = IPTOS_LOWDELAY;
457 if (options->ip_qos_bulk == -1) 457 if (options->ip_qos_bulk == -1)
458 options->ip_qos_bulk = IPTOS_DSCP_CS1; 458 options->ip_qos_bulk = IPTOS_THROUGHPUT;
459 if (options->version_addendum == NULL) 459 if (options->version_addendum == NULL)
460 options->version_addendum = xstrdup(""); 460 options->version_addendum = xstrdup("");
461 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) 461 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1)