- be82da5 model: Small extension of printing out entries of the content store by Alexander Afanasyev · 12 years ago
- 9fb2e3d docs: Small update of the documentation by Alexander Afanasyev · 12 years ago
- d6e5c5f model: Adding support for "fake" content object signatures by Alexander Afanasyev · 12 years ago
- cc50d98 model: Adding one more way to set Name of Interests and ContentObjects using reference to the Name object by Alexander Afanasyev · 12 years ago
- 52ba2a3 utils: *BUG* Solving a bug with Lfu policy, which effectively made the policy unusable by Alexander Afanasyev · 12 years ago
- 462a56b apps: *BUG* Solving a small bug with ndn::ConsumerZipfMandelbrot, causing excessive memory utilization in some cases (m_N was used before being initialized) by Alexander Afanasyev · 12 years ago
- 9b56987 utils: Linux support in mem-usage.h script (reading data from /proc/self/statm) by Saran Tarnoi · 12 years ago
- 4ebe07e examples: Adding example for the experimental support of PIT aggregate stats by Alexander Afanasyev · 12 years ago
- 26719e2 model: Refactoring PIT and adding experimental support for a new policy to count container operations by Alexander Afanasyev · 12 years ago
- dca0f37 utils: Extending l2-rate-tracer to include raw packet counts by Alexander Afanasyev · 12 years ago
- d088798 model: Changing ForwardingStrategy trace output logic by Alexander Afanasyev · 12 years ago
- f1a4f1e utils: (Re-)enabling printing "dropped" Interests/Data seen by ndn::ForwardingStrategy by Alexander Afanasyev · 12 years ago
- 8e436fa model: Small extension of Name class by Alexander Afanasyev · 12 years ago
- c57a877 model+docs: Small corrections of Doxygen documentation for ndn::Face by Alexander Afanasyev · 12 years ago
- 87daed1 src: Update AUTHORS by Alexander Afanasyev · 12 years ago
- e5a8b5a model: Extending FIB and PIT interface to include Find call to search for exact match of FIB and PIT entry by Alexander Afanasyev · 12 years ago
- 73f06f6 all: Adding typedefs near forward declarations of Interest/ContentObject/Name by Alexander Afanasyev · 12 years ago
- eae83ee all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject by Alexander Afanasyev · 12 years ago
- cfdc14f all: Replacing deprecated NameComponents class with Name by Alexander Afanasyev · 12 years ago
- 30ca19c patches: Deprecating patches. ndnSIM requires custom fork of NS-3 by Alexander Afanasyev · 12 years ago
- 701e508 docs: Adding google mirrors and new section referring to the recommended way to run custom simulation using the provided template by Alexander Afanasyev · 12 years ago
- 0e4ae8e model+cs: Now it is possible to get pointer to ContentStore from cs::Entry by Alexander Afanasyev · 12 years ago
- f0b831d src: Update AUTHORS file by Alexander Afanasyev · 12 years ago
- b99cb6c Merge feature branch 'feature-l2-tracer' by Alexander Afanasyev · 12 years ago
- 27370c5 docs: Documenting new L2Tracer with a scenario and graph building example by Alexander Afanasyev · 12 years ago
- 8682ae0 examples: Adding new example to illustrate use of L2Tracer to trace aggregate packet drop rate on nodes by Hovaidi Ardestani Mohammad · 12 years ago
- 7664a87 src: Creating file to track current version of ndnSIM (in addition to git tags) by Alexander Afanasyev · 12 years ago v0.2.8
- 2c23278 Refs #27 Merge branch 'issue-27-hop-count-fix' by Alexander Afanasyev · 12 years ago
- 484ccd1 Refs #25 Merge branch 'issue-25-rtt-estimation' by Alexander Afanasyev · 12 years ago
- a732541 Issue #27 Fix hop counting bug when NACKs are enabled by Xiaoke Jiang · 12 years ago
- 326410e docs: Updating documentation by Alexander Afanasyev · 12 years ago
- 3089c47 Issue #25: fix the logic in SentSeq and AckSeq to capture retx and support random seq by Cheng Yi · 12 years ago
- d9a7f19 Issue #25 Replacing usage of TCP RTT estimator with a customized version by Alexander Afanasyev · 12 years ago
- 93f1396 tools: fix compilation warning about an unused return value by Alexander Afanasyev · 12 years ago v0.2.7
- 07e97d6 helper: Fixing unused variable warning by Alexander Afanasyev · 12 years ago v0.2.6
- f484fb9 helper: New experimental CalculateAllPossibleRoutes method in ndn::GlobalRoutingHelper by Alexander Afanasyev · 12 years ago
- 4e48960 Merge feature branch 'feature-trace-value-for-fib-entry' by Alexander Afanasyev · 12 years ago
- b14f0bc model: Mark face YELLOW when PIT entry times out in ndn::fw::GreenYellowRed strategy by Alexander Afanasyev · 12 years ago
- 1ab1aad examples: Fixing error in ndn-simple-with-pcap by Alexander Afanasyev · 12 years ago
- c759762 utils: draft implementation for queue drop tracer by Alexander Afanasyev · 12 years ago
- 82ad4d7 utils: Fixing compilation warning by Alexander Afanasyev · 12 years ago
- e6dc0ac model: Finalizing implementation of FaceMetric::Status tracing by Alexander Afanasyev · 12 years ago
- 06dba7c model: replacing direct usage of fib::FaceMetric variables by inline methods by Alexander Afanasyev · 12 years ago
- ef91d29 utils: Removing linux support from mem-usage (needs more careful checking of available headers) by Alexander Afanasyev · 12 years ago
- 41684ab examples+utils: Adding example to evaluate memory footprint of ContentStore/Pit by Alexander Afanasyev · 12 years ago
- c17e4bd helper: Fixing a recently introduced bug related to the per-face Interest limits by Alexander Afanasyev · 12 years ago v0.2.5
- 5cd9a15 apps: Fixing ability to change q and s attributes in ndn::ConsumerZipfMandelbrot by Saran Tarnoi · 12 years ago
- 6cf8343 docs: adding disclaimer notice in examples section of documentation by Alexander Afanasyev · 12 years ago
- dc115ef utils: It is now possible to configure randomization interval for the initial leak in ndn::Limits::Rate by Alexander Afanasyev · 12 years ago
- e6c07b5 model: small API change with ndn::ForwardingStrategy by Alexander Afanasyev · 12 years ago v0.2.4
- 4c6bc58 examples: Add a new example showing how to set custom size of content store on different nodes by Alexander Afanasyev · 12 years ago
- eec6629 model: (Re-)Implementing ability to keep PIT records after Interest is getting satisfied by Alexander Afanasyev · 12 years ago
- ff4d2ce model: Fixing bug with hop count tag related to caching of unsolicited data by Alexander Afanasyev · 12 years ago
- 122f378 helper: Experimental extension of ndn::StackHelper to enable customization of NetDeviceFace (e.g., creating of custom faces based on different NetDevice's) by Alexander Afanasyev · 12 years ago
- 1fb9fed model+examples: Small corrections with new PIT version, adding an example to use it by Alexander Afanasyev · 12 years ago
- 7456b70 model+utils: New implementation (realization) of PIT, implementing limiting based on Interest packet sizes, not the number of entries by Alexander Afanasyev · 12 years ago
- 8a23752 apps: Removing excessive and unnecessary logging in ndn::Consumer by Alexander Afanasyev · 12 years ago v0.2.3
- 565b50c model: Resolving bug/regression in ndn::NetDeviceFace that effectively prevented using ndnSIM with network devices other than PointToPointNetDevice in debug mode by Alexander Afanasyev · 12 years ago
- c45c4d6 helper: Extending ndn::HeaderHelper with a call to obtain ndn::Name from the raw packet by Alexander Afanasyev · 12 years ago
- 25093a3 model: Extending all content store implementations with a "new" trace source, which allows tracking items additions to the content store container by Alexander Afanasyev · 12 years ago
- 32c0756 model: Renaming ndn::NameComponents to simply ndn::Name by Alexander Afanasyev · 12 years ago
- 91d7c7c apps: Fixing bug in ndn::ConsumerWindow---packet was not (re-)scheduled when NACK was received by Alexander Afanasyev · 12 years ago v0.2.2
- d1f7c7b apps: Add more configurability to ndn::ConsumerWindow by Alexander Afanasyev · 12 years ago
- fc8425c utils: Porting several new IPv4 tracers from the old code. Extending ndn-app-delay-tracer by Alexander Afanasyev · 12 years ago
- 3a3ce1a Fixing bugs related to NACKs implementation by Alexander Afanasyev · 12 years ago v0.2.1
- 4916586 helper+utils: Small extension of global routing helper and restoring several IP-based metric collectors, including Ipv4RateL3Tracer by Alexander Afanasyev · 12 years ago v0.2
- 41824bd model: An experimental support for LFU replacement policy (need further adjustments) by Alexander Afanasyev · 12 years ago
- 29c10ed plugins-topology: Fixing compilation problem - back-converting c++11 syntax by Alexander Afanasyev · 12 years ago
- 957a84a plugins+tools: Adding experimental RocketfuelMapReader and tool to convert topology from .cch format into annotated topology format by Alexander Afanasyev · 12 years ago
- e685212 docs: Extending and reorganizing documentation. Adding basic description about forwarding strategies enforcing Interest limits by Alexander Afanasyev · 12 years ago
- 1a0fff6 apps+model+utils: Implementing Interest/Data hop counting using new PacketTag by Alexander Afanasyev · 12 years ago
- 400aae1 apps+utils: Correcting Interest-Delay tracing by Alexander Afanasyev · 12 years ago
- 29dfb98 docs: add description of generated file by ndn::AppDelayTracer by Alexander Afanasyev · 12 years ago
- b9faa44 utils: Bug with new app-delay-tracer. FullDelay was connected to the wrong tracesource by Alexander Afanasyev · 12 years ago
- 27e365b src bug: Adding missing topology files by Alexander Afanasyev · 12 years ago
- db64ff1 app+utils+doc: Adding application-level trace helper to record Interest-Data delays by Alexander Afanasyev · 12 years ago
- b1d6b03 tracers: simplification of ndn::CsTracer (there no real need for virtual calls) by Alexander Afanasyev · 12 years ago
- edf24d9 Enabling trace sources for Interest-Data lifetimes by Alexander Afanasyev · 12 years ago
- f8b0f71 apps: Adding additional NS-3 attribute to control the overall number of sent Interest (previously, application runtime defined total number of Interests) by Alexander Afanasyev · 12 years ago
- bf5d610 docs: zipf figure update by Alexander Afanasyev · 12 years ago
- 1380010 zipf: Small changes (style and small logic correction) and adding documentation section by Alexander Afanasyev · 12 years ago
- 8c82815 Merge pull request #17 from shockjiang/master by Alex Afanasyev · 12 years ago
- 5a35ca8 change to consumberCbr.h by Shock · 12 years ago
- ebebcda example support. change to master branch by Shock · 12 years ago
- b0f8315 add zipf-mandelbrot support to NDN Interest app consumer by Shock · 12 years ago
- 6978611 model: Some compilers got confused with "typedef policy policy". Renaming the typedefed name to policy_base by Alexander Afanasyev · 12 years ago
- 26b558b docs: small documentation update (restructured FAQ about boost libraries) by Alexander Afanasyev · 12 years ago
- 71278d4 docs: Correcting documentation of custom applications. Adding docs about new versions of ContentStore by Alexander Afanasyev · 12 years ago
- c3cc0b3 model: New content store variations: support for content freshness by Alexander Afanasyev · 12 years ago
- 68de795 examples: adding debugged implementation of a CustomApp, along with an example using it by Alexander Afanasyev · 12 years ago
- b2a11fe model: Multiple uses of boost-graph-ndn-global-routing-helper.h caused compilation failures due to not properly inlined functions by Alexander Afanasyev · 12 years ago
- c3893b2 apps: small improvement with ndn::ConsumerBatches by Alexander Afanasyev · 12 years ago
- 62304f2 model: fixing regression with trie data structure by Alexander Afanasyev · 12 years ago
- f4a0359 docs: new example with content store helper, description of special content store implementations that allow tracking of lifetime of cached entries by Alexander Afanasyev · 12 years ago
- 8628799 utils: Adding content store trace helper class (thanks to Xiaoyan Hu) by Alexander Afanasyev · 12 years ago
- 0b9e3bd docs: adding doxygen description to ndn-l3-tracer.h by Alexander Afanasyev · 12 years ago
- 8566f45 model: Adding "new" content store with ability to track lifetime of entries by Alexander Afanasyev · 12 years ago
- 991a0cc model: Generalizing content store implementation by Alexander Afanasyev · 12 years ago
- 9c0794a docs: Adding reference to ndnSIM mailing list by Alexander Afanasyev · 12 years ago
- 6b0c88f model+helper: Adding new variable (realDelay) which is currently set by the global routing controller. by Alexander Afanasyev · 12 years ago