summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-04-08 10:51:24 +0100
committerColin Watson <cjwatson@debian.org>2019-04-08 11:00:13 +0100
commit3d05afd871dd7b44ae567776f2773acc874a63f8 (patch)
tree16990d4041e647c9cc0cecf67570c42e45baff80 /readconf.c
parentbccee6b32e5bc84128a483dd0f761f0f30fed175 (diff)
parent6b56cd57db9061296231f14d537f1ebaf25e8877 (diff)
Temporarily revert IPQoS defaults to pre-7.8 values
This is just until issues with "iptables -m tos" and VMware have been fixed. Closes: #923879, #926229 LP: #1822370
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 661b8bf40..6d046f063 100644
--- a/readconf.c
+++ b/readconf.c
@@ -2133,9 +2133,9 @@ fill_default_options(Options * options)
2133 if (options->visual_host_key == -1) 2133 if (options->visual_host_key == -1)
2134 options->visual_host_key = 0; 2134 options->visual_host_key = 0;
2135 if (options->ip_qos_interactive == -1) 2135 if (options->ip_qos_interactive == -1)
2136 options->ip_qos_interactive = IPTOS_DSCP_AF21; 2136 options->ip_qos_interactive = IPTOS_LOWDELAY;
2137 if (options->ip_qos_bulk == -1) 2137 if (options->ip_qos_bulk == -1)
2138 options->ip_qos_bulk = IPTOS_DSCP_CS1; 2138 options->ip_qos_bulk = IPTOS_THROUGHPUT;
2139 if (options->request_tty == -1) 2139 if (options->request_tty == -1)
2140 options->request_tty = REQUEST_TTY_AUTO; 2140 options->request_tty = REQUEST_TTY_AUTO;
2141 if (options->proxy_use_fdpass == -1) 2141 if (options->proxy_use_fdpass == -1)