italovalcy / ndvr

NDN Distance Vector Routing
7 stars 4 forks source link

Remove inactive neighbors #1

Closed italovalcy closed 3 years ago

italovalcy commented 4 years ago

Each neighbor for which the node does not receive any updates for a certain time window should be removed. To enable this, the neighbor list should store the "lastSeen" time and if the lastSeen is greater than, let's say, three times the MaxHelloInterval, then remove the neighbor and invalidate all routes.

italovalcy commented 3 years ago

This issue was fixed on the branch m-ndvr