MCPcopy Create free account
hub / github.com/Haivision/srt / getMaxPacketLen

Method getMaxPacketLen

srtcore/buffer_snd.cpp:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574int CSndBuffer::getMaxPacketLen() const
575{
576 return m_iBlockLen - m_iAuthTagSize;
577}
578
579int CSndBuffer::countNumPacketsRequired(int iPldLen) const
580{

Callers 1

sendmsg2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected