Pion Sctp Versions Save

A Go implementation of SCTP

v1.8.16

1 month ago

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

1 month ago

Changelog

  • 3e97adc Update association.go
  • 7bb5722 Fix lint
  • b93cd31 Fix bug with timer reset
  • 0d21a7e Limit the number of reconfig requests

v1.8.14

1 month ago

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

2 months ago

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

3 months ago

Changelog

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

v1.8.11

3 months ago

Changelog

  • 2927025 Support Unknown Parameters in INIT Chunk

v1.8.10

3 months ago

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

v1.8.9

8 months ago

Changelog

  • c08b7f4 Update module github.com/pion/transport/v2 to v3
  • c52d2be Update module github.com/pion/transport/v2 to v2.2.2

v1.8.8

9 months ago

Changelog

  • 9847722 Fix races from 3fba82395
  • d5f5196 Use IANA assigned UDP port number for SCTP/UDP
  • 7522d27 Update CI configs to v0.10.11
  • 68fe6a1 Update module github.com/stretchr/testify to v1.8.4
  • d1e0a1a Update module github.com/pion/transport/v2 to v2.2.1
  • 1571dbf Update CI configs to v0.10.9
  • 4ade2d7 Bring back LICENSE file
  • 2670ed0 Update module github.com/stretchr/testify to v1.8.3
  • 9132108 Update CI configs to v0.10.8
  • d6446e3 Update module github.com/pion/transport/v2 to v2.2.0
  • 419c90e Update AUTHORS.txt
  • 4dffa18 Update AUTHORS.txt
  • e20eac6 Make repo REUSE compliant
  • 0875583 Update CI configs to v0.10.7

v1.8.7

1 year ago

Changelog

  • 44ed465 Don't call String in call to Debugf
  • d2c2d83 Update module github.com/pion/transport/v2 to v2.1.0
  • 57ef6b9 Fix new golangci-lint errors
  • eb0e3ab Update CI configs to v0.10.6
  • 9bfed11 Update AUTHORS.txt
  • 87dba98 Ignore linter error about type assertion
  • a4028c9 Set initial mtu and cwnd in test
  • 3fba823 Add more functionality for SCTPTransportStats
  • 4b64b98 Remove DESIGN.md
  • aeec1db Harmonize sections in README
  • ce1aae1 Update AUTHORS.txt
  • e9393de Update module github.com/stretchr/testify to v1.8.2
  • 3af728a Update module github.com/pion/transport/v2 to v2.0.2
  • 9f15638 Cleanup common sections in README
  • c4e54d2 Cleanup badges in README
  • 82a9ee0 Use new pion/transport Net interface
  • 2041ab0 Update CI configs to v0.10.3
  • be54ff4 Update CI configs to v0.10.1