Commit Graph

5 Commits

Author SHA1 Message Date
Atsushi Watanabe
b0d95d59da Fix TestPeerConnection_GetStats stability
Add sleep to ensure counting the last packet.
2020-04-07 13:49:20 -07:00
Sean DuBois
e45c256e6c Fix GetStats SEGV
Fix crash when GetStats called on Closed PeerConnection

Resolves #1005
2020-02-06 14:17:43 -08:00
Hugo Arregui
e4d636da91 Check for dc.id in stats
Recent changes allow a dc to have a nil id before it's actually open,
but stats used to require the id.
2019-11-29 10:35:01 -08:00
Hugo Arregui
ec6c432dc8 Add ICE transport and SCTP transport stats
bytes received, bytes sent
2019-08-22 18:31:17 +00:00
Hugo Arregui
93261960b1 Basic stats
Load DC, CandidatePair and Candidate basic stats
2019-06-25 19:36:57 +00:00