summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/readconf.c b/readconf.c
index 88051db57..f69b46547 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.c,v 1.283 2018/02/23 15:58:37 markus Exp $ */ 1/* $OpenBSD: readconf.c,v 1.284 2018/04/04 15:12:17 job Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1998,9 +1998,9 @@ fill_default_options(Options * options)
1998 if (options->visual_host_key == -1) 1998 if (options->visual_host_key == -1)
1999 options->visual_host_key = 0; 1999 options->visual_host_key = 0;
2000 if (options->ip_qos_interactive == -1) 2000 if (options->ip_qos_interactive == -1)
2001 options->ip_qos_interactive = IPTOS_LOWDELAY; 2001 options->ip_qos_interactive = IPTOS_DSCP_AF21;
2002 if (options->ip_qos_bulk == -1) 2002 if (options->ip_qos_bulk == -1)
2003 options->ip_qos_bulk = IPTOS_THROUGHPUT; 2003 options->ip_qos_bulk = IPTOS_DSCP_CS1;
2004 if (options->request_tty == -1) 2004 if (options->request_tty == -1)
2005 options->request_tty = REQUEST_TTY_AUTO; 2005 options->request_tty = REQUEST_TTY_AUTO;
2006 if (options->proxy_use_fdpass == -1) 2006 if (options->proxy_use_fdpass == -1)