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

Method updateSL

src/jlsrtp.cpp:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380bool JLSRTP::updateSL(unsigned short s)
381{
382 _s_l = s;
383
384 return true;
385}
386
387unsigned short JLSRTP::fetchSL()
388{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected