catchunks: Implement CUBIC window adaptation

Also increase the RTT estimator multiplier k to 8.

Change-Id: I68c5096ac0da854f071bab5f7519b1c144f20ca1
refs: #4861
11 files changed
tree: a120e1f52ca9a552811184627f12b457930a8a74
  1. .jenkins.d/
  2. .waf-tools/
  3. core/
  4. manpages/
  5. systemd/
  6. tests/
  7. tools/
  8. .gitignore
  9. .jenkins
  10. .mailmap
  11. .travis.yml
  12. AUTHORS.md
  13. COPYING.md
  14. INSTALL.md
  15. README-dev.md
  16. README.md
  17. RELEASE_NOTES.md
  18. waf
  19. wscript
README.md

NDN Essential Tools

Build Status

ndn-tools is a collection of essential tools for Named Data Networking. These tools are recommended to be installed on all NDN nodes.
Tools in this collection include:

  • peek: transmit a single packet between a consumer and a producer
  • chunks: segmented file transfer between a consumer and producer
  • ping: test reachability between two nodes
  • dump: analyze traffic on wire
  • dissect: inspect TLV structure of NDN packet format
  • dissect-wireshark: Wireshark extension to inspect TLV structure of NDN packets

See INSTALL.md for build instructions.

If you are new to the NDN software community, please read the Contributor's Guide.
Please file bug reports and feature requests on ndn-tools Redmine site.
You may contribute code on NDN Gerrit. GitHub pull requests are not accepted.