Changes between Version 12 and Version 13 of Internal/OpenFlow/Controllers/MultiCtl


Ignore:
Timestamp:
Sep 14, 2012, 11:39:06 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/MultiCtl

    v12 v13  
    113113  2. Tier two connects to all tier one controllers: tier two in this case is a global 'overseer' that can actively coordinate, in this case, a handoff where permitted.         
    114114
     115==== (9/13) ====
     116A second channel handler was added for inter-controller communication. This involves an addition of:
     117 * a slightly modified !ChannelPipelineFactory for the new channel pipeline (the logical stack of handlers that a message received on the channel will be processed by)
     118 * a new ChannelHandler for the socket, `UnitChannelHandler`, to the controller class
     119 * a new server-side channel bootstrapping object for this port (6644, "controllerPort") to the controller class
     120 
     121[http://www.znetdevelopment.com/blogs/2009/04/21/netty-using-handlers/ This] page was used as a reference.
    115122----
    116123[#home Home.]