![]() |
DDNet documentation
|
Classes | |
| class | CShared |
| class | CJob |
Public Member Functions | |
| CProtocol (CRegister *pParent, int Protocol) | |
| void | OnToken (const char *pToken) |
| void | SendRegister () |
| void | SendDeleteIfRegistered (bool Shutdown) |
| void | Update () |
Public Attributes | |
| int64_t | m_PrevRegister = -1 |
| int64_t | m_NextRegister = -1 |
Private Member Functions | |
| void | CheckChallengeStatus () |
Private Attributes | |
| CRegister * | m_pParent |
| int | m_Protocol |
| std::shared_ptr< CShared > | m_pShared |
| bool | m_NewChallengeToken = false |
| bool | m_HaveChallengeToken = false |
| char | m_aChallengeToken [128] = {0} |
| CRegister::CProtocol::CProtocol | ( | CRegister * | pParent, |
| int | Protocol ) |
|
private |
| void CRegister::CProtocol::OnToken | ( | const char * | pToken | ) |
| void CRegister::CProtocol::SendDeleteIfRegistered | ( | bool | Shutdown | ) |
| void CRegister::CProtocol::SendRegister | ( | ) |
| void CRegister::CProtocol::Update | ( | ) |
|
private |
|
private |
|
private |
| int64_t CRegister::CProtocol::m_NextRegister = -1 |
|
private |
| int64_t CRegister::CProtocol::m_PrevRegister = -1 |
|
private |
|
private |