Hi Govind,
In OpenFlow Spec 1.3.4, idle_timeout and hard_timeout are defined as 16-bit
field.
So the max value is 65535, as you said.
If you want to delete a flow after 1 week or so,
how about deleting the flow by using FlowMod messages in your RyuApp?
(install a flow --> sleep 1 week --> delete
Hi Experts,
I am working on increasing the timeout for the flow in the flow table. I
want to:
1. I understand that the maximum value for idle timeout is 65535, can we
increase the range of the idle timeout for example till 1 week or so.
2. What is the maximum value for hard timeout and can I put