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

Wow. Not sure how that passed. Should have run ant (outside eclipse) -- would...

Wow. Not sure how that passed. Should have run ant (outside eclipse) -- would have given the compile error.
parent 2e5d773a
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