Details
-
Improvement
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: Mac OS
Platform: PC
Description
openflowjava needs to support multiple listening ports (so we can listen on both 6653 and 6633. Currently a ConnectionConfiguration has only a getPort() that returns a single port... it needs to be a getPorts() that returns a list of ports and we need to be able to handle connections on multiple ports.