commit | a435be15143eccfa7db5f59f0cd1dd519c184c45 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Oct 18 15:40:48 2016 -0700 |
committer | spirosmastorakis <spiros.mastorakis@gmail.com> | Sun Nov 06 19:27:48 2016 -0800 |
tree | 5c96e6ec041bafff2669f7b93fd731fc69d75644 | |
parent | e0ab3f93cdfe1f0cbe9e730521b7dd0b30bd6238 [diff] |
NFD+ndn-cxx: Fix potential segfaults Two cases that segfaults were observed: - PIT entry can become detached, but not completely deleted. Measurement table lookup using such an entry results in a segfault. - Scheduler::CancelAllEvents didn't consider event queue update while processing the queue. Change-Id: I10933b5c96fd95bc395a1d08642a1e07e826da18
A new release of NS-3 based Named Data Networking (NDN) simulator went through extensive refactoring and rewriting. The key new features of the new version:
Packet format changed to NDN Packet Specification
ndnSIM uses implementation of basic NDN primitives from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
Based on version 0.4.1
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.4.1-1-g704430c
Allows simulation of real applications written against ndn-cxx library
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.