MCPcopy Create free account
hub / github.com/bwapi/bwapi / passPacket

Method passPacket

bwapi/SNP_DirectIP/SNP/SNPNetwork.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 SNP::removeAdvertisement(makeBin(host));
56 }
57 void passPacket(const PEERID& host, Util::MemoryFrame packet)
58 {
59 SNP::passPacket(makeBin(host), packet);
60 }
61
62 // network plug functions
63 virtual void initialize() = 0;

Callers

nothing calls this directly

Calls 1

passPacketFunction · 0.85

Tested by

no test coverage detected