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

Method SeqSequence

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

Source from the content-addressed store, hash-verified

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; }
337

Callers 1

ResumeOldConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected