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

Method setTimerH

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

Source from the content-addressed store, hash-verified

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
524 protected:
525 void mtWriteLowSide(SipMessage *sipmsg) { // Outgoing message.

Callers

nothing calls this directly

Calls 2

ipIsReliableTransportMethod · 0.80
setOnceMethod · 0.80

Tested by

no test coverage detected