Skip to content

Commit 1bbaaea

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 b8fcf99 commit 1bbaaea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

+4
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ require (
3434
golang.org/x/sys v0.18.0 // indirect
3535
gopkg.in/yaml.v3 v3.0.1 // indirect
3636
)
37+
38+
// SCTP ZeroChecksum implementation has a interoperability bug
39+
// 3.2.28 can only work against itself, not other versions of webrtc
40+
retract v3.2.28

0 commit comments

Comments
 (0)