Ashlesh Gawande | 5a89547 | 2020-01-25 18:07:32 -0800 | [diff] [blame] | 1 | PSync version 0.2.0 |
| 2 | ------------------- |
| 3 | |
| 4 | **New features**: |
| 5 | |
| 6 | - **breaking change** Compress Sync Data in Full Sync by default (:issue:`5061`, :issue:`4917`) |
| 7 | - Support various compression schemes for compressing IBF and Sync Data (:issue:`5061`) |
| 8 | |
| 9 | **Changes** |
| 10 | |
| 11 | - Use constant interest timeout for (discovery) sync Interest in Segment Fetcher (:issue:`4945`) |
| 12 | - Make default jitter shorter, react to NACK after jitter |
| 13 | - Use boost::bimap instead of two std::map variables to store hash to prefix matching |