commit | 79b2fb3df1c7d469556d092bb2cd5ea751c9c005 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Apr 12 11:24:55 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Apr 12 11:24:55 2013 -0700 |
tree | 1b7a2a6f36e0dcc40ef446adb2c80eabf32e238a | |
parent | b5e77d83026e84a3cd3aa916c7bb00f3f713101a [diff] |
apps: Solving a serious bug #33 in ndn::ConsumerWindow In certain cases, the number of in-flight packets was maintained in a wrong way, creating inconsistencies and incorrect decision on when to send out a new Interests. That is, the number of in-flight packets could be non-zero, while there were no outstanding packets at all. Thanks to Cheng Yi for the bug discovery
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