OPNFLWPLUG-968: The channelOutboundQueueSize is made configurable:
[openflowplugin.git] / openflowjava / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / ConnectionConfiguration.java
index f743aa55289c6d9974adf7474e325c23a90b37de..8ecf6555465d1107d3b54017c4576d6396dd23cd 100644 (file)
@@ -79,4 +79,11 @@ public interface ConnectionConfiguration {
      * @return true if group add mod messages are enabled
      */
     boolean isGroupAddModEnabled();
+
+    /**
+     * Returns the queue size.
+     *
+     * @return Configurable queue size
+     */
+    int getChannelOutboundQueueSize();
 }