getNextUpdateTime method
Gets the next update time for the routing table
Implementation
DateTime getNextUpdateTime(DistanceVectorRoutingTable<T> routingTable) {
return routingTable.lastUpdate.add(updateInterval);
}
Gets the next update time for the routing table
DateTime getNextUpdateTime(DistanceVectorRoutingTable<T> routingTable) {
return routingTable.lastUpdate.add(updateInterval);
}