8000 Tags · widaT/ice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: widaT/ice

Tags

v2.1.12

Toggle v2.1.12's commit message
Revert "Remove unknown constant"

We will re-do this in the future, but need to keep it for a major
release.

Resolves pion#385

v2.1.11

Toggle v2.1.11's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove unknown constant

This constant tends to cause collisions with enumerations, and is
in general a source of bugs

v2.1.10

Toggle v2.1.10's commit message
Fix duplicate TCP candidates

Duplicate TCP candidates share the same candidateConn,
which would be closed if started before checking.

v2.1.9

Toggle v2.1.9's commit message
Update CI configs to v0.5.9

Update lint scripts and CI configs.

v2.1.8

Toggle v2.1.8's commit message
Pass ServerName to dtls.Config

Otherwise DTLS would only work if InsecureSkipVerify
was enabled

v2.1.7

Toggle v2.1.7's commit message
Fix UDPMux logger

If no logger is passed in, it will be created.
Error running webrtc/examples/ice-single-port :
invalid memory address or nil pointer dereference

v2.1.6

Toggle v2.1.6's commit message
Bypass other host candidates with UDPMux

Separate candidate gathering when UDPMux is enabled.
Only a single UDP host candidate should be generated
that points to the mux.

v2.1.5

Toggle v2.1.5's commit message
Use os.IsTimeout instead of os.ErrDeadlineExceeded

This fixes compilation with Go 1.13 and 1.14.

v2.1.4

Toggle v2.1.4's commit message
Update UDPMux to dispatch inbound packets on ufrag

If we get a packet for an address we don't know dispatch it
by ufrag still.

Resolves pion#357

v2.1.3

Toggle v2.1.3's commit message
Update CI configs to v0.4.24

Update lint scripts and CI configs.
0