Add 'TableStatistics' to SAL and Northbound Statistics API.
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / config.ini
index 33789ee2d28e75cde71be02b36084cff12aceb27..a8d7beb49b560c65f0c52c03271b31f3704cd318 100644 (file)
@@ -56,12 +56,16 @@ org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml
 # of.portStatsPollInterval=5
 # The description statistics polling interval in second (default 60 sec)
 # of.descStatsPollInterval=60
+# The table statistics polling interval in second (default 10 sec)
+#  of.tableStatsPollInterval=10
 # The maximum number of asynchronous messages can be sent before sending a Barrier Request (default 100)
 # of.barrierMessagePriorCount=100
 # The interval which determines how often the discovery packets should be sent (default 300 sec)
 # of.discoveryInterval=300
 # The timeout value in waiting for returned discovery packet (default 60 sec)
 # of.discoveryTimeout=60
+# The number of retries after the initial discovery packet is not received within the timeout period (default 2)
+# of.discoveryRetry=2
 
 # TLS configuration
 # To enable TLS, set secureChannelEnabled=true and specify the location of controller Java KeyStore and TrustStore files.