[webrtc-stats] Byte/packet counter consistency (retransmittedPacketsSent is unsigned long long) (#425)

henbos has just created a new issue for https://github.com/w3c/webrtc-stats:

== Byte/packet counter consistency (retransmittedPacketsSent is unsigned long long) ==
Generally speaking, currently in the spec byte counters are "unsigned long long" but packet counters are "unsigned long". Should we continue this pattern or should we use "unsigned long long" for everything?

A recent PR added both retransmittedBytesSent and retransmittedPacketsSent. Both were added as "unsigned long long". Should retransmitedPacketsSent be "unsigned long"?

Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/425 using your GitHub account

Received on Tuesday, 9 April 2019 09:47:03 UTC