MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / setTimerJ

Method setTimerJ

SIP/SIPBase.h:490–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 // This is used by inbound BYE or CANCEL. We dont care which because both kill off the dialog.
489 SipTimer mTimerJ;
490 void setTimerJ() { if (!dsPeer()->ipIsReliableTransport()) { mTimerJ.setOnce(64 * T1); } }
491 void SipMTBye(SipMessage *sipmsg);
492 void SipMTCancel(SipMessage *sipmsg);
493};

Callers

nothing calls this directly

Calls 2

ipIsReliableTransportMethod · 0.80
setOnceMethod · 0.80

Tested by

no test coverage detected