| 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. |
nothing calls this directly
no test coverage detected