face: enable congestion marking by default on supported faces
refs #4465
Change-Id: Id545f83763f1ba27ba0d770fd4398948d6f20acf
diff --git a/nfd.conf.sample.in b/nfd.conf.sample.in
index 0370cf9..7ac472b 100644
--- a/nfd.conf.sample.in
+++ b/nfd.conf.sample.in
@@ -83,7 +83,7 @@
; This section contains options that apply to multiple face protocols.
general
{
- enable_congestion_marking no ; set to 'yes' to perform congestion marking on supported faces, default 'no'
+ enable_congestion_marking yes ; set to 'no' to disable congestion marking on supported faces, default 'yes'
}
; The unix section contains settings for Unix stream faces and channels.