]> Sergey Matveev's repositories - btrtrc.git/commit
Expose WebRTC peerconn stats (#983)
authorMarco Vidonis <31407403+marcovidonis@users.noreply.github.com>
Thu, 3 Oct 2024 14:46:35 +0000 (15:46 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2024 14:46:35 +0000 (00:46 +1000)
commitd112dd825f20ade0a659c39d491a1da6e7b43a0b
treeeac3be2c12bd19df1656c96cc530892ab37a0b04
parent5fe6c49890fd93a456f322b4a887d6a088caa8fc
Expose WebRTC peerconn stats (#983)

* add WebRTC peer connection transport stats

* save all peer connections in tracker-client and make stats available when seeding

* make offer ID keys into readable strings

* handle unsupported Peer Conn stats on WASM
torrent.go
webtorrent/peer-conn-stats.go [new file with mode: 0644]
webtorrent/peer-conn-stats_js.go [new file with mode: 0644]
webtorrent/tracker-client.go
webtorrent/transport.go