Skip to content

Tags: forkkit/ice

Tags

v0.5.15

Toggle v0.5.15's commit message
Bump stun, transport and turn

Go 1.13 compatibility

v0.5.14

Toggle v0.5.14's commit message
Fix typo

Change a few "Sucess" to "Success".

v0.5.13

Toggle v0.5.13's commit message
Bump pion/turn

Includes a panic and deadlock fix

v0.5.12

Toggle v0.5.12's commit message
Fix alignment for 32bits

align for 32bits

v0.5.11

Toggle v0.5.11's commit message
Add transport stats

bytes sent and received

v0.5.10

Toggle v0.5.10's commit message
Improve candidate base locking mechanism

Use atomic values for lastReceived and lastSenti. The lock around
resolvedAddr and conn was not being used, so I removed it

v0.5.9

Toggle v0.5.9's commit message
Use vnet for ConnectivityOnStartup test

The test was failing if the first ContactCandidates was not enough to
establish the connection.

v0.5.8

Toggle v0.5.8's commit message
Start a candidate before adding it

This way we ensure the connection will be already present when the
candidate is in the checklist

v0.5.7

Toggle v0.5.7's commit message
Do connectivity check when candidate is added

When trickle is enabled do a connectivity check everytime a candidate
is added. Because we have a new candidate there is a chance we could
have a success this time.

v0.5.6

Toggle v0.5.6's commit message
Update contributor list

Add Atsushi Watanabe.