Skip to content
Snippets Groups Projects
Commit 9ad1ecaa authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian
Browse files

Make the openflow to external transition timeout to 30 seconds.

parent 40680b56
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ public class AttachmentPoint {
// Timeout for moving attachment points from OF/broadcast
// domain to another.
public static final long OPENFLOW_TO_EXTERNAL_TIMEOUT = 5000; // 5 seconds
public static final long EXTERNAL_TO_EXTERNAL_TIMEOUT = 5000; // 5 seconds
public static final long OPENFLOW_TO_EXTERNAL_TIMEOUT = 30000; // 5 seconds
public static final long CONSISTENT_TIMEOUT = 30000; // 30 seconds
public AttachmentPoint(long sw, short port, long lastSeen) {
......
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