Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
574
int CSndBuffer::getMaxPacketLen() const
575
{
576
return m_iBlockLen - m_iAuthTagSize;
577
}
578
579
int CSndBuffer::countNumPacketsRequired(int iPldLen) const
580
{
Callers
1
sendmsg2
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected