Saurab Dulal | cf06444 | 2020-12-14 11:04:57 -0600 | [diff] [blame] | 1 | NLSR version 0.6.0 |
Davide Pesavento | 1b640fd | 2023-01-04 21:00:05 -0500 | [diff] [blame^] | 2 | ------------------ |
Saurab Dulal | cf06444 | 2020-12-14 11:04:57 -0600 | [diff] [blame] | 3 | |
Davide Pesavento | 1b640fd | 2023-01-04 21:00:05 -0500 | [diff] [blame^] | 4 | Improvements and bug fixes |
| 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
Saurab Dulal | cf06444 | 2020-12-14 11:04:57 -0600 | [diff] [blame] | 6 | |
Davide Pesavento | 1b640fd | 2023-01-04 21:00:05 -0500 | [diff] [blame^] | 7 | - *(breaking change)* Major changes in the TLV structure and classes. Reduced codebase size and |
| 8 | improved compilation times. LSA de/serialize functions are replaced by wireEncode/Decode. |
| 9 | Updated LSA wire formats and TLV assignments. Updated nlsrc to print using the new encoding. |
| 10 | (:issue:`4787`, :issue:`5116`) |
Saurab Dulal | cf06444 | 2020-12-14 11:04:57 -0600 | [diff] [blame] | 11 | - LSDB refactor: switch to ``boost::multi_index`` to replace 3 LSA lists (:issue:`4127`) |
| 12 | - Fix wrong reaction on hello Interest timeout (:issue:`5139`) |