commit | c3cc0b34a10b07d1c5d3990b923a11e90081a835 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Dec 12 18:41:20 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Dec 12 18:41:20 2012 -0800 |
tree | f3b81e6bb3c991c44bfc452805550b5266de1e68 | |
parent | 68de795075e078da0e0c5f829235a86a8aeb380e [diff] |
model: New content store variations: support for content freshness The following content store realizations now fully support freshness set in ContentObjects: - ns3::ndn::cs::Freshness::Lru - ns3::ndn::cs::Freshness::Random - ns3::ndn::cs::Freshness::Fifo Example ndn-simple-with-content-freshness demonstrates basics of new content stores.
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