commit | 8c476bbd2b8852f771bd4033cde1109f2fc9afbe | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 04 09:34:55 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 04 09:34:55 2013 -0700 |
tree | 3fbdfab06f2ed1c90962d3bd9ae900b78bfdb048 | |
parent | a68783a9567f769196d9d152fe9328f1d0a5d46c [diff] |
model: *BUG* Fixing error regarding Freshness Freshness policy was not behaving as expected. Instead of keeping items in the freshness container ordered by time, accidental use of "push_back" method instead of "insert" completely invalidated the ordering. Closes #41 (http://github.com/NDN-Routing/ndnSIM/issues/41) Refs #1003 (http://redmine.named-data.net/issues/1003)
To successfully compile ndnSIM, it is necessary to use a custom branch of NS-3.
This branch can be cloned from https://github.com/cawka/ns-3-dev-ndnSIM
mkdir ndnSIM cd ndnSIM git clone git://github.com/cawka/ns-3-dev-ndnSIM.git ns-3 git clone git://github.com/cawka/pybindgen.git pybindgen git clone git://github.com/NDN-Routing/ndnSIM.git ns-3/src/ndnSIM
For more information, including downloading and compilation instruction, please refer to documentation in doc/ or on http://ndnsim.net