Skip to content

Commit eb6e395

Browse files
committed
Retract v3.2.28
The SCTP implementation used in v3.2.28 fails to establish a connection with other WebRTC implementations. The implementation of ZeroChecksum assumes incorrectly that the feature is bi-directional SCTP ZeroChecksum is actually a uni-directional feature which causes the Assocations to be unable to communicate.
1 parent 4c25aa6 commit eb6e395

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ require (
2222
github.com/stretchr/testify v1.9.0
2323
golang.org/x/net v0.20.0
2424
)
25+
26+
// SCTP ZeroChecksum implementation has a interoperability bug
27+
// 3.2.28 can only work against itself, not other versions of webrtc
28+
retract v3.2.28

0 commit comments

Comments
 (0)