mgmt, main: add "tables" configuration file section and processor
refs: #1623
Change-Id: If54097ba738381f7a75d755933e20b35387ff1d4
diff --git a/nfd.conf.sample.in b/nfd.conf.sample.in
index 960c59c..ac3f617 100644
--- a/nfd.conf.sample.in
+++ b/nfd.conf.sample.in
@@ -42,6 +42,15 @@
; Forwarder INFO
}
+; The tables section configures the CS, PIT, FIB, Strategy Choice, and Measurements
+tables
+{
+
+ ; ContentStore size limit in number of packets
+ ; default is 65536, about 500MB with 8KB packet size
+ cs_max_packets 65536
+}
+
; The face_system section defines what faces and channels are created.
face_system
{