ndn-cxx version 0.6.1

Release date: February 19, 2018

New features

  • (potentially breaking change) expressInterest() now by default loopbacks Interests to producer callbacks on the same Face. When undesired, use InterestFilter::allowLoopback(false) (issue #3979)

  • New signal in SegmentFetcher to notify retrieval of Data segments (issue #4438)

  • Initial support for the Content Store management protocol (issue #4050)

  • Literal operators for time::duration types, such as 1_s, 42_ms, 30_days (issue #4468)

  • Support for BLAKE2 hash function (requires OpenSSL >= 1.1.0)

  • An escape() helper function complementing the existing unescape() (issue #4484)

Improvements and bug fixes

Removed