| 135 | |
| 136 | bool GetCryptPingReplyPending() const {return m_bCryptPingReplyPending;} |
| 137 | void SetCryptPingReplyPending(bool bVal) {m_bCryptPingReplyPending = bVal;} |
| 138 | |
| 139 | uint32 GetServerKeyUDPIP() const {return m_dwIPServerKeyUDP;} |
| 140 |
no outgoing calls
no test coverage detected