Skip to content

v1.8.13

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 13:27
· 39 commits to master since this release

Changelog

  • 6c3ef3a Update WriteSCTP outbound packet too large error
  • 80ec14e Go to COOKIE_WAIT after T1-init start
  • 735a4c6 Fix incorrect fragmented chunk merge
  • 3f9fba4 Allow Associations to be named
  • 1e43ebf Add some RFC based comments
  • 19e73c4 Add SACKs sent and packets stats
  • 45704b2 Update module github.com/stretchr/testify to v1.9.0
  • 32ef4a1 Fix zero checksum usage
  • f315ba5 DRY and explain use of port 5000
  • 29d0811 Check deadline timer before signaling
  • a5583a6 Unmarshal packets only once
  • 8cfa15d Fix linter error
  • fb6b16b Configurable RTOMax - fix #181
  • 76ae7f1 Fix checksum check for received packets
  • ee5f2e7 Consider padding when bundling chunks in packets
  • 5359da5 Reduce RTO.Initial to 1 second