Skip to content

Tags: pion/webrtc

Tags

v4.2.11

Toggle v4.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sctp: implement SNAP / sctp-init (#3327)

implements
[draft-hancke-tsvwg-snap.html](https://datatracker.ietf.org/doc/draft-hancke-tsvwg-snap/),
i.e. moving the sctp handshake to out-of-band negotiation as
`a=sctp-init` in the SDP which saves two network round-trips.

(based on #3326, sctp changes in pion/sctp#449)

v4.2.10

Toggle v4.2.10's commit message
Add WithRenominationNominationAttribute

Allow a user to set what Attribute value is used

v4.2.9

Toggle v4.2.9's commit message
Fix deadlock in ICEGatherer

Patch #3358 introduced a deadlock that is triggered when
ICEGatherer.GracefulShutdown() is called and ICE agent has not closed
its routine yet.

GracefulShutdown() first locks ICEGatherer's mutex, then waits for the
agent routine to close, but the agent routine locks the same mutex too,
resulting in the deadlock.

This patch solves the issue by creating a dedicated mutex for the
candidate pool and using that instead of the main one inside the agent
routine.

v4.2.8

Toggle v4.2.8's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Upgrade ICE to fix a NOMINATION bug

v4.2.7

Toggle v4.2.7's commit message
Fix nil panic in ICECandidatePair.String()

v4.2.6

Toggle v4.2.6's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Upgrade dtls to v3.1.2

v4.2.5

Toggle v4.2.5's commit message
Upgrade dtls to fix interop with OpenSSL

v4.2.3-securityfix

Toggle v4.2.3-securityfix's commit message

Verified

This commit was signed with the committer’s verified signature.
theodorsm Theodor Midtlien
Upgrade dtls to fix CVE-2026-26014

v4.2.4

Toggle v4.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Upgrade to dtls options

v4.2.3

Toggle v4.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Update sctp to fix regression