named-data / mini-ndn

Mininet-based NDN emulator (mailing list: http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn)
https://minindn.memphis.edu
GNU General Public License v3.0
72 stars 41 forks source link

Performance Improvements #74

Closed tylerliu closed 1 year ago

tylerliu commented 1 year ago

The sleep for NFDC is to get around the interest aliasing for the management protocol, which is at 1ms granularity.

Additionally, the Face ID are cached and re-used for setting routes.

Pesa commented 1 year ago

https://gerrit.named-data.net/c/mini-ndn/+/7021