Skip to content

Bugfix: retransmit

Compare
Choose a tag to compare
@bertmelis bertmelis released this 09 Mar 12:28
· 53 commits to main since this release
15041c4

In the previous release, retransmission was implemented. That is, the necessary code was put up. However, this code wasn't called.
Also, because of an ugly typecast, the code wouldn't compile anymore with -Werror.

This release fixes both these issues.