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

Method stopTimers

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

Source from the content-addressed store, hash-verified

518 SipMessage mtLastResponse;
519
520 void stopTimers() { mTimerG.stop(); mTimerH.stop(); /*mTimerI.stop();*/ }
521 void setTimerG() { if (!dsPeer()->ipIsReliableTransport()) { mTimerG.setOnce(T1); } }
522 void setTimerH() { if (!dsPeer()->ipIsReliableTransport()) { mTimerH.setOnce(64 * T1); } }
523

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected