Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Haivision/srt
/ ioctlQuery
Method
ioctlQuery
srtcore/queue.cpp:451–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
int srt::CSndQueue::ioctlQuery(int type) const
452
{
453
return m_pChannel->ioctlQuery(type);
454
}
455
int srt::CSndQueue::sockoptQuery(int level, int type) const
456
{
457
return m_pChannel->sockoptQuery(level, type);
Callers
1
onACK
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected