Skip to content

Releases: pion/sctp

v1.8.19

07 Jul 12:47
Compare
Choose a tag to compare

Changelog

  • c3b3847 Added TryMarshalUnmarshal for fuzzers

v1.8.18

06 Jul 17:19
Compare
Choose a tag to compare

Changelog

  • 553d34c Fix SCTP chunk validation

v1.8.17

02 Jul 02:11
Compare
Choose a tag to compare

Changelog

  • e23ff7a Fix inconsistencies in timer implementations
  • a8bc9b8 Remove panics in queue
  • 86ad172 Add copyright
  • 9d8cdd3 Remove third-party dequeue
  • fc54aec Fix gap block in edge condition
  • 06c44b3 Improve performance of inflight and payload queue

v1.8.16

16 Apr 05:23
Compare
Choose a tag to compare

Changelog

  • e90e787 Reuse time.Timer in ack and rtx timer utilities
  • 45982cd Update CI configs to v0.11.12
  • 8d2181d Improve comment for CRC32
  • 1be706c Fix flaky test by ignoring error in stream close

v1.8.15

05 Apr 02:33
v1.8.15
Compare
Choose a tag to compare

Changelog

v1.8.14

03 Apr 19:27
Compare
Choose a tag to compare

Changelog

  • 172d025 Toggle the ZeroChecksum heuristics
  • b6135a7 Heuristics to fix interop with bad ZeroChecksum
  • f0386f2 Fix data race in test
  • 9b21a4a Lint fixes
  • 10e246d Make the maxTSNOffset a function of rwnd
  • adadf96 Limit maximum tsn queued by the association
  • 338310b Update go.mod to 1.19
  • 969e49a Update CI configs to v0.11.7
  • e4788a9 Update CI configs to v0.11.4
  • 196ae0e Update module github.com/pion/transport/v3 to v3.0.2

v1.8.13

18 Mar 13:27
Compare
Choose a tag to compare

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

v1.8.12

09 Feb 16:45
Compare
Choose a tag to compare

Changelog

  • 932b71a Implement draft-ietf-tsvwg-sctp-zero-checksum-01

v1.8.11

09 Feb 00:58
Compare
Choose a tag to compare

Changelog

  • 2927025 Support Unknown Parameters in INIT Chunk

v1.8.10

03 Feb 01:03
Compare
Choose a tag to compare

Changelog

  • 3a6b5ef Move examples/ping-pong into two directories
  • 4bb25dc Use dumbConn2 in createAssocs
  • 8c8b66b Use UDPConn wrapper instead of connected UDP
  • 60e10c9 Fix false-positive goroutine leak error
  • d69aa98 Improved UDPConn pair and log messages
  • daee3aa Fix goroutine leakage
  • 1abdf2d Update CI configs to v0.11.3
  • 0dd7930 Update CI configs to v0.11.0
  • 58f271d Remove 'AUTHORS.txt' from README.md
  • 4e4b113 Remove 'Generate Authors' workflow