Skip to content

Releases: webrtc-rs/sctp-proto

v0.5.0

24 Sep 23:57

Choose a tag to compare

What's Changed

  • Switch to maintained version of rustc-hash by @xnorpx in #21

Full Changelog: v0.4.0...v0.5.0

v0.4.0

22 Sep 03:41

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Aug 15:08

Choose a tag to compare

  • Port CRC optimizations from webrtc-rs/sctp
  • Ignore unknown parameters

v0.2.2

02 May 00:34

Choose a tag to compare

*Move per packet log from debug to trace

v0.2.1

28 Apr 17:38

Choose a tag to compare

  • Don't log user initiated abort as err

v0.2.0

16 Mar 05:01

Choose a tag to compare

  • Wrap around ssn to 0 and avoid panic (by xnorpx)
  • fix Clippys and rust analyzer warnings (by xnorpx)

v0.1.7

02 Feb 16:45

Choose a tag to compare

  • Fix T3RTX timer starvation ( fixed by davibe)

v0.1.6

24 Aug 04:26

Choose a tag to compare

  • fix Respond with ParamOutgoingResetRequest

v0.1.5

27 Jun 03:34

Choose a tag to compare

fix sequence_number.wrapping_add

v0.1.4

11 Feb 06:09

Choose a tag to compare

  • update README.md
  • clean up and upgrade deps