You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
Resolvespion/webrtc#2782