Ability to configure some system parameters on the controller
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / config.ini
index 1b3d1ec062c658e22194ef79ccac36151d3b715a..3f373e95b78fb7ca409c0949b1613275e5658f98 100644 (file)
@@ -39,3 +39,9 @@ logback.configurationFile=configuration/logback.xml
 
 # Embedded Tomcat configuration File
 org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml
+
+# Open Flow related system parameters
+# TCP port on which the controller is listening (default 6633)
+# of.listenPort=6633
+# The time (in milliseconds) the controller will wait for a response after sending a Barrier Request or a Statistic Request message (default 2000 msec)
+# of.messageResponseTimer=2000