All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----nodeos.FlowManager
public static final int UDPMTU
public FlowManager()
public DatagramSocket registerUDP(int port, FlowDispatcher fh)
In the current usermode implementation, this spawns of a separate thread receiving packets on that port. These packets are then dispatched to the flow dispatcher.
All Packages Class Hierarchy This Package Previous Next Index