In POX Controller, can I create an event listener that will be raised when a hard_timeout
value is expired? Suppose I installed a flow_mod
of hard_timeout
= 10. After 10 seconds, my listener should be able to capture an event raised from this expiration. The reason of my question is that I want to activate a function only after a specific flow rule is expired.
Thank you