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

Method Resend

src/engine/shared/network_conn.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void CNetConnection::Resend()
207{
208 for(CNetChunkResend *pResend = m_Buffer.First(); pResend; pResend = m_Buffer.Next(pResend))
209 ResendChunk(pResend);
210}
211
212int CNetConnection::Connect(const NETADDR *pAddr, int NumAddrs)
213{

Callers

nothing calls this directly

Calls 2

FirstMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected