overte-HifiExperiments/libraries/networking
Ryan Huffman 473a7e9593 Fix bandwidth calculations not including the full size of reliable ordered messages
For reliable ordered messages, we were:

 * only tracking bandwidth for the first few packets of a message
   IF a message handler opted in to receiving pending (unfinished)
   messages.
 * tracking the entire thing all at once, when the entire messages
   was received.
2016-08-11 15:17:36 -07:00
..
src Fix bandwidth calculations not including the full size of reliable ordered messages 2016-08-11 15:17:36 -07:00
CMakeLists.txt