summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index e676b6be6..c60df5602 100644
--- a/readconf.c
+++ b/readconf.c
@@ -2298,9 +2298,9 @@ fill_default_options(Options * options)
2298 if (options->visual_host_key == -1) 2298 if (options->visual_host_key == -1)
2299 options->visual_host_key = 0; 2299 options->visual_host_key = 0;
2300 if (options->ip_qos_interactive == -1) 2300 if (options->ip_qos_interactive == -1)
2301 options->ip_qos_interactive = IPTOS_DSCP_AF21; 2301 options->ip_qos_interactive = IPTOS_LOWDELAY;
2302 if (options->ip_qos_bulk == -1) 2302 if (options->ip_qos_bulk == -1)
2303 options->ip_qos_bulk = IPTOS_DSCP_CS1; 2303 options->ip_qos_bulk = IPTOS_THROUGHPUT;
2304 if (options->request_tty == -1) 2304 if (options->request_tty == -1)
2305 options->request_tty = REQUEST_TTY_AUTO; 2305 options->request_tty = REQUEST_TTY_AUTO;
2306 if (options->proxy_use_fdpass == -1) 2306 if (options->proxy_use_fdpass == -1)