Changes between Version 13 and Version 14 of Internal/OpenFlow/Controllers/FlowVisor


Ignore:
Timestamp:
Jun 7, 2012, 5:34:48 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

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

    v13 v14  
    183183'''In `OFSwitchAcceptor`:'''
    184184 1. Initialize socket select to listen for incoming connections
    185  1. If incoming connection is an FVIOEvent, spawn an instance of `FVClassifier`
     185 1. If event doesn't stem from the current thread context (e.g. the Acceptor itself), enqueue to be processed by other components.   
     186 1. Else, if incoming connection is an FVIOEvent, spawn an instance of `FVClassifier`
    186187
    187188'''In `FVClassifier`:'''