mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 13:05:59 +08:00
for some optimize and anti pkt lost and force pop packet when too late
This commit is contained in:
@@ -109,7 +109,7 @@ void SrtSession::onRecv(const Buffer::Ptr &buffer) {
|
||||
if(_transport){
|
||||
_transport->inputSockData(data,size,&_peer_addr);
|
||||
}else{
|
||||
WarnL<< "ingore data";
|
||||
//WarnL<< "ingore data";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user