Skip to content

v0.16.0

Compare
Choose a tag to compare
@at-wat at-wat released this 22 Apr 01:43
· 21 commits to master since this release
eb16ccf

New feature

  • Add save sorter that drops based on duration (#153)

Breaking change

  • Arguments of NewMultiTrackBlockSorter() are changed to the functional options pattern.
    NewMultiTrackBlockSorter(maxDelay, rule)
    should be replaced by
    NewMultiTrackBlockSorter(WithMaxDelayedPackets(maxDelay), WithSortRule(rule))