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

Method setTimerG

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

Source from the content-addressed store, hash-verified

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
524 protected:

Callers

nothing calls this directly

Calls 2

ipIsReliableTransportMethod · 0.80
setOnceMethod · 0.80

Tested by

no test coverage detected