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

Method startAdvertising

bwapi/SNP_DirectIP/SNP/DirectIP.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 processIncomingPackets();
157 }
158 void DirectIP::startAdvertising(Util::MemoryFrame ad)
159 {
160 rebind();
161 adData = ad;
162 isAdvertising = true;
163 }
164 void DirectIP::stopAdvertising()
165 {
166 isAdvertising = false;

Callers

nothing calls this directly

Calls 1

rebindFunction · 0.85

Tested by

no test coverage detected