Browse Source

fixed infinite loop

pull/93/head
orignal 10 years ago
parent
commit
a405a3a89a
  1. 1
      Streaming.cpp

1
Streaming.cpp

@ -201,6 +201,7 @@ namespace stream @@ -201,6 +201,7 @@ namespace stream
if (nacked)
{
LogPrint ("Packet ", seqn, " NACK");
it++;
continue;
}
}

Loading…
Cancel
Save