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
if (nacked) if (nacked)
{ {
LogPrint ("Packet ", seqn, " NACK"); LogPrint ("Packet ", seqn, " NACK");
it++;
continue; continue;
} }
} }

Loading…
Cancel
Save