- From: Cullen Jennings <fluffy@cisco.com>
- Date: Mon, 23 Jan 2012 08:33:04 -0800
- To: public-webrtc@w3.org
On all of these, I'm a bit vague on if they are on a PeerConnection, or also a Stream or something else. Once it is clearer what each of the various objects are, I think it will be clear which objects these stats connect to. packetsSentToRemote - sender's packet count as defined in 3550 for this side (not remote side) packetsLostToRemote - cumulative number of packets lost as defined in 3550 for the remote side bytesSentToRemote - sender's octet count as defined in 3550 for this side (not remote) packetsSentFromRemote - sender's packet count as defined in 3550 for the remote side packetsLostFromRemote - cumulative number of packets lost as defined in 3550 for local side bytesSentFromRemote - sender's octet count as defined in 3550 for the remote side roundTripDelay - round trip delay as defined in rfc 3611 localJitterBufferNominalDelay - jitter buffer nominal delay as defined in rfc 3611for this side remoteJitterBufferNominalDelay - jitter buffer nominal delay as defined in rfc 3611for remote side localInterarrivalJitter - interarrival jitter defined in 3550 convered to units of ms for this side
Received on Monday, 23 January 2012 16:33:31 UTC