Skip to content
Snippets Groups Projects
Commit 22c397fa authored by Kanzhe Jiang's avatar Kanzhe Jiang
Browse files

remove BD-BD damping timer

parent ad3bb20b
No related branches found
No related tags found
No related merge requests found
...@@ -645,7 +645,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe ...@@ -645,7 +645,7 @@ public class DeviceManagerImpl implements IDeviceManagerService, IOFMessageListe
protected static int DEVICE_NA_MAX_AGE = 60 * 60 * 2; protected static int DEVICE_NA_MAX_AGE = 60 * 60 * 2;
protected static int DEVICE_AP_MAX_AGE = 60 * 60 * 2; protected static int DEVICE_AP_MAX_AGE = 60 * 60 * 2;
protected static long NBD_TO_BD_TIMEDIFF_MS = 300000; // 5 minutes protected static long NBD_TO_BD_TIMEDIFF_MS = 300000; // 5 minutes
protected static long BD_TO_BD_TIMEDIFF_MS = 5000; // 5 seconds protected static long BD_TO_BD_TIMEDIFF_MS = 0; // 0 seconds
// This the amount of time that we need for a device to move from // This the amount of time that we need for a device to move from
// a non-broadcast domain port to a broadcast domain port. // a non-broadcast domain port to a broadcast domain port.
......
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