Browse Source

queue up out of sequence packets

pull/371/head^2
orignal 9 years ago
parent
commit
74f03202b7
  1. 4
      Streaming.cpp

4
Streaming.cpp

@ -897,10 +897,6 @@ namespace stream @@ -897,10 +897,6 @@ namespace stream
}
});
}
// TODO: should queue it up
LogPrint (eLogError, "Streaming: Unknown stream receiveStreamID=", receiveStreamID);
delete packet;
}
}
}

Loading…
Cancel
Save