Alexander Afanasyev | fb03421 | 2020-01-07 15:05:18 -0500 | [diff] [blame] | 1 | NFD version 0.7.0 |
| 2 | ----------------- |
| 3 | |
| 4 | Release date: January 13, 2020 |
| 5 | |
| 6 | New features |
| 7 | ^^^^^^^^^^^^ |
| 8 | |
| 9 | - Support only `NDN packet format version 0.3 <https://named-data.net/doc/NDN-packet-spec/0.3/>`__ |
| 10 | (:issue:`4805`, :issue:`4581`, :issue:`4913`) |
| 11 | |
| 12 | - Initial support for ``PitToken`` (:issue:`4532`) |
| 13 | |
| 14 | - Random Forwarding Strategy that chooses a random outgoing face, excluding the incoming |
| 15 | face of an Interest packet (:issue:`4992`) |
| 16 | |
| 17 | Improvements and bug fixes |
| 18 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 19 | |
| 20 | - Avoid ``cs::Entry`` construction during Content Store lookup (:issue:`4914`) |
| 21 | |
| 22 | - Make use of ndn-cxx's ``RttEstimator`` in ``LpReliability``, ``AsfStrategy``, and |
| 23 | ``AccessStrategy`` (:issue:`4887`) |
| 24 | |
| 25 | - Increase pcap buffer size in Ethernet faces (:issue:`2441`) |
| 26 | |
| 27 | - Make congestion marking less aggressive (:issue:`5003`). The updated implementation is |
| 28 | closer to the CoDel algorithm (RFC 8289) |
| 29 | |
| 30 | - Pull ``FaceTable`` construction out of ``Forwarder`` class (:issue:`4922`, :issue:`4973`) |
| 31 | |
| 32 | - Enable direct certificate fetch in ``RibManager`` (:issue:`2237`) |
| 33 | |
| 34 | - Refuse to start NFD if both ``localhop_security`` and ``auto_prefix_propagate`` are |
| 35 | enabled in the configuration file (:issue:`4989`) |
| 36 | |
| 37 | - Fix crash in self-learning strategy when the out-record of a PIT |
| 38 | entry does not exist (:issue:`5022`) |
| 39 | |
| 40 | - Use a separate validator and a separate configuration section in ``nfd.conf`` for prefix |
| 41 | announcements (:issue:`5031`). The default configuration will accept any prefix |
| 42 | announcement. |
| 43 | |
| 44 | - Documentation improvements |