TimerPool fixoutManipulator

git-svn-id: svn://db.shs.com.ru/pip@70 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-07 10:47:59 +00:00
parent ca33c89d95
commit edd3d5f354
3 changed files with 9 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ bool PIBaseTransfer::send_process() {
state_string = "sending";
PITimeMeasurer stm;
send_tm.reset();
int ltm = 0;
//int ltm = 0;
for (int i = 0; i < session.size_s(); i++) {
if (send_queue >= packets_count) {
--i;