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

Method AckSequence

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

Source from the content-addressed store, hash-verified

331 int64_t ConnectTime() const { return m_LastUpdateTime; }
332
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; }

Callers 1

ResumeOldConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected