commit | 2890e5785136444f28a5af6d51f57a88f91f090d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 02 12:33:38 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 02 12:33:38 2013 -0700 |
tree | 88476fd35d291233dbe3069162e9429df80b457a | |
parent | cdeefb497900811133c394e97c814e929a7ccf12 [diff] |
model: Huge bug with ndn::pit::Entry Not setting PIT entry lifetime in the constructor resulted in immediate removal of the PIT entries in some cases. Reverting back behavior changed by the previous commit.
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