module DefaultHandlers : sig ... end
Provides default implementations for some advanced event handlers, reducing clutter in simple controllers.
module type OXMODULE : sig ... end
OXMODULE
is the type of modules that implement Ox controller callback
functions. Modules of type OXMODULE
are passed to the Make
functor,
producing an Ox controller.
module Platform : sig ... end
Platform
defines functions for sending OpenFlow messages to
switches and wrapping thunks with timeouts.