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

Function WriteSecurityToken

src/engine/shared/network.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void WriteSecurityToken(unsigned char *pData, SECURITY_TOKEN Token)
22{
23 uint_to_bytes_be(pData, Token);
24}
25
26void CPacketChunkUnpacker::FeedPacket(const NETADDR &Addr, const CNetPacketConstruct &Packet, CNetConnection *pConnection, int ClientId)
27{

Callers 3

SendPacketMethod · 0.85
SendTokenSixupMethod · 0.85

Calls 1

uint_to_bytes_beFunction · 0.85

Tested by

no test coverage detected