diff --git a/src/output/output_ts.cpp b/src/output/output_ts.cpp index 68cc6f07..48a5ff66 100644 --- a/src/output/output_ts.cpp +++ b/src/output/output_ts.cpp @@ -110,6 +110,7 @@ namespace Mist { static int curFilled = 0; if (curFilled == udpSize){ pushSock.SendNow(packetBuffer); + myConn.addUp(packetBuffer.size()); packetBuffer.clear(); packetBuffer.reserve(udpSize * len); curFilled = 0;