MCPcopy 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
451int srt::CSndQueue::ioctlQuery(int type) const
452{
453 return m_pChannel->ioctlQuery(type);
454}
455int srt::CSndQueue::sockoptQuery(int level, int type) const
456{
457 return m_pChannel->sockoptQuery(level, type);

Callers 1

onACKMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected