v1.0.0-rc1
版本发布时间: 2021-06-16 23:57:22
zhc105/Liteflow最新发布版本:v1.0.4(2023-09-17 01:47:37)
- Support actively connect mutiple peers or passively accepting incoming peers in single process.
- Implement congestion-control algorithm(simplifed BBR), sending speed was no longer required in configuration.
- Reconstruct configurations to support multi-peers scenario.
- Optimize retransmission logic, the smallest sequence packet will gain maximum priority in sending queue.
- Adding RBTree to optimize intervals query/merge time complexity from O(n) to O(logn).
- FEC was disabled by default to save network traffic. But it can still been enabled by set fec_group_size to value that greater than 0.
- FEC group size automatic adjustment was no longer supported.