Skip to content
Snippets Groups Projects
Commit f7e211bc authored by Ryan Izard's avatar Ryan Izard
Browse files

Merge pull request #595 from rizard/master

Revert hard and idle timeout to public
parents 0119e818 6df0ca7a
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,9 @@ public abstract class ForwardingBase implements IOFMessageListener {
protected static int OFMESSAGE_DAMPER_CAPACITY = 10000; // TODO: find sweet spot
protected static int OFMESSAGE_DAMPER_TIMEOUT = 250; // ms
protected static int FLOWMOD_DEFAULT_IDLE_TIMEOUT = 5; // in seconds
protected static int FLOWMOD_DEFAULT_HARD_TIMEOUT = 0; // infinite
protected static int FLOWMOD_DEFAULT_PRIORITY = 1; // 0 is the default table-miss flow in OF1.3+, so we need to use 1
public static int FLOWMOD_DEFAULT_IDLE_TIMEOUT = 5; // in seconds
public static int FLOWMOD_DEFAULT_HARD_TIMEOUT = 0; // infinite
public static int FLOWMOD_DEFAULT_PRIORITY = 1; // 0 is the default table-miss flow in OF1.3+, so we need to use 1
protected static boolean FLOWMOD_DEFAULT_SET_SEND_FLOW_REM_FLAG = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment