MCPcopy Create free account
hub / github.com/SIPp/sipp / updateRollOverCounter

Method updateRollOverCounter

src/jlsrtp.cpp:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool JLSRTP::updateRollOverCounter(unsigned long v)
369{
370 _ROC = v;
371
372 return true;
373}
374
375unsigned long JLSRTP::fetchRollOverCounter()
376{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected