MCPcopy Create free account
hub / github.com/ddnet/ddnet / SecurityToken

Method SecurityToken

src/engine/shared/network.h:335–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 int AckSequence() const { return m_Ack; }
334 int SeqSequence() const { return m_Sequence; }
335 int SecurityToken() const { return m_SecurityToken; }
336 CStaticRingBuffer<CNetChunkResend, NET_CONN_BUFFERSIZE> *ResendBuffer() { return &m_Buffer; }
337
338 void ResumeConnection(const NETADDR *pAddr, int Sequence, int Ack, SECURITY_TOKEN SecurityToken, CStaticRingBuffer<CNetChunkResend, NET_CONN_BUFFERSIZE> *pResendBuffer, bool Sixup);

Callers 2

HasSecurityTokenMethod · 0.80
ResumeOldConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected