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

Tags: pion/ice

Tags

v2.3.36

Toggle v2.3.36's commit message
Add ability to get selected candidate pair stats (#735)

It is useful to have stats from just the selected pair as a lightweight
option where a lot of agents are running, for example, an SFU.

lint

Switch udp_mux_test to use sha256 instead of sha1 (#733)

Minor change to this test to stop using sha1 and remove the linter
exceptions.

Co-authored-by: Daniel Kessler <dkess@google.com>

Update module golang.org/x/net to v0.29.0

Generated by renovateBot

Update module github.com/pion/dtls/v3 to v3.0.3

Generated by renovateBot

v2.3.35

Toggle v2.3.35's commit message
Add round trip time measurement to candidate pair (#731)

* Add round trip time measurement to candidate pair

Use the round trip time measurement to populate RTT fields in
CandidatePairStats.

Atomic and tests

* Use int64 nanosecnods to make atomic easier

v4.0.1

Toggle v4.0.1's commit message
Take TCP Family into account before connecting

Before if a user disabled TCPv6 (but enabled TCPv4) we would incorrectly
start TCP connections over TCPv6 still.

Resolves pion/webrtc#2782

v4.0.0

Toggle v4.0.0's commit message
Fix pkg.go.dev link

New major version

v3.0.16

Toggle v3.0.16's commit message
Allow multiple agent.Close

v2.3.34

Toggle v2.3.34's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels 8000 Eric Daniels
Allow multiple agent.Close

v3.0.15

Toggle v3.0.15's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels Eric Daniels
Bump transport to v3.0.7

v2.3.33

Toggle v2.3.33's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels Eric Daniels
Bump transport to v2.2.10

v3.0.14

Toggle v3.0.14's commit message
Update module golang.org/x/net to v0.27.0

Generated by renovateBot

v3.0.13

Toggle v3.0.13's commit message
Don't allocate new error inside TaskLoop

Libraries use errors.Is to catch this error. Allocating a new one inside
internal breaks that
0