Releases: zhc105/Liteflow
Releases · zhc105/Liteflow
v1.1.3
v1.1.0
v1.0.5
v1.0.4
[deprecated]v1.0.3
- Adding fec_decode config for fec "decode only" scenario.
- FEC encode will still be controlled by fec_group_size. (fec_group_size = 0, fec_decode = 1 means this node only do decode and will not sending any FEC frames).
- Adding performance log.
- Fix cwnd bugs when estimated bandwidth below transmit_rate_min.
v1.0.2
v1.0.1
v1.0.0
v1.0.0-rc1
- 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.