Skip to content

Tags: vugga/turn

Tags

v1.2.1

Toggle v1.2.1's commit message
Fix ChannelBind response

Resolves pion#71

v1.2.0

Toggle v1.2.0's commit message
tagging

v1.1.4

Toggle v1.1.4's commit message
Fix race in server shutdown

Add lock around server socket

v1.1.3

Toggle v1.1.3's commit message
Add graceful shutdown for allocations

Tear down all allocation when server is closed

v1.1.2

Toggle v1.1.2's commit message
Bump pion/stun

Also drop go-spew

v1.1.1

Toggle v1.1.1's commit message
Add Create/Close methods to server

These are needed for E2E test pion/ice

v1.1.0

Toggle v1.1.0's commit message
STUN v2 migration

Migrate to new STUN API

1.0.3

Toggle 1.0.3's commit message
FireFox now works with pion-TURN

We were creating a reservation for every request (this is incorrect) a
reservation should only be created when EVEN-PORT is supplied.

FireFox would reject our STUN packets because it failed to comprehend
the reservation attribute

1.0.2

Toggle 1.0.2's commit message
Comment exported functions from allocation package

1.0.1

Toggle 1.0.1's commit message
Fix Windows networking

After a short time if :0 is used (instead of 0.0.0.0:0) the following
error would be printed

```
err: write udp [::]:50147->172.31.22.172:50149: sendmsg: The system detected an invalid pointer address in attempting to use a pointer argument in a call.
```