commit | 17d1849decba0fa96851870bc910261a0229eb22 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Sat Feb 10 22:50:06 2018 -0700 |
committer | Eric Newberry <enewberry@cs.arizona.edu> | Sun Feb 11 23:23:09 2018 -0700 |
tree | a8578dbabd329dbd7254f786dac3a1c817b517bb | |
parent | 003357899d2a6215cab8e236b3046bd7fc93c2eb [diff] [blame] |
face: enable congestion marking by default on supported faces refs #4465 Change-Id: Id545f83763f1ba27ba0d770fd4398948d6f20acf
diff --git a/daemon/face/face-system.hpp b/daemon/face/face-system.hpp index 1a49fce..87c0fc3 100644 --- a/daemon/face/face-system.hpp +++ b/daemon/face/face-system.hpp
@@ -84,7 +84,7 @@ */ struct GeneralConfig { - bool wantCongestionMarking = false; + bool wantCongestionMarking = true; }; /** \brief context for processing a config section in ProtocolFactory