Skip to content

Tags: pion/turn

Tags

v4.0.0

Toggle v4.0.0's commit message
Update module github.com/pion/stun/v3 to v3.0.0

v3.0.3

Toggle v3.0.3's commit message
Prevent heap allocations in FiveTuple Fingerprint

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was signed with the committer’s verified signature.
paulwe Paul Wells
Prevent heap allocations in FiveTuple Fingerprint

v3.0.2

Toggle v3.0.2's commit message
Support stand alone STUN server mode

Running in stand alone STUN server does not start
due to packet conn config requiring relay address config
during validation.

To enable that mode, bypass validation if relay address config
in packet conn config is nil.

Note that it is still validated in `ListenerConfig`.

v2.1.5

Toggle v2.1.5's commit message
Use signed timestamp for nonce

v2.1.4

Toggle v2.1.4's commit message
Fix out of bounds access panic

Drop packet exceeding size of input buffer.

v3.0.1

Toggle v3.0.1's commit message
Update module github.com/pion/stun to v2

Generated by renovateBot

v3.0.0

Toggle v3.0.0's commit message
Start pion/turn@v3

This is required to update pion/transport/v2 to v3

The public API of transport changed, and we expose transport as part of
our public API.

v2.1.3

Toggle v2.1.3's commit message
Update AUTHORS.txt

v2.1.2

Toggle v2.1.2's commit message
Partial revert of 79fbb4e

This commit broke public API, this reverts those changes

Resolves #339