mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
remove srt debug log
This commit is contained in:
parent
801f705628
commit
a74a9ec0d7
@ -494,7 +494,7 @@ void SrtTransport::sendACKPacket() {
|
|||||||
pkt->pkt_recv_rate = _pkt_recv_rate_context->getPacketRecvRate(recv_rate);
|
pkt->pkt_recv_rate = _pkt_recv_rate_context->getPacketRecvRate(recv_rate);
|
||||||
pkt->estimated_link_capacity = _estimated_link_capacity_context->getEstimatedLinkCapacity();
|
pkt->estimated_link_capacity = _estimated_link_capacity_context->getEstimatedLinkCapacity();
|
||||||
pkt->recv_rate = recv_rate;
|
pkt->recv_rate = recv_rate;
|
||||||
if(1){
|
if(0){
|
||||||
TraceL<<pkt->pkt_recv_rate<<" pkt/s "<<recv_rate<<" byte/s "<<pkt->estimated_link_capacity<<" pkt/s (cap) "<<pkt->available_buf_size<<" available buf";
|
TraceL<<pkt->pkt_recv_rate<<" pkt/s "<<recv_rate<<" byte/s "<<pkt->estimated_link_capacity<<" pkt/s (cap) "<<pkt->available_buf_size<<" available buf";
|
||||||
//TraceL<<_pkt_recv_rate_context->dump();
|
//TraceL<<_pkt_recv_rate_context->dump();
|
||||||
//TraceL<<"recv estimated:";
|
//TraceL<<"recv estimated:";
|
||||||
|
Loading…
Reference in New Issue
Block a user