MCPcopy Create free account
hub / github.com/YtFlow/Maple / Disconnect

Method Disconnect

Maple.Task/VpnPlugin.cpp:198–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197 }
198 void VpnPlugin::Disconnect(VpnChannel const& channel)
199 {
200 try {
201 channel.Stop();
202 }
203 catch (...) {}
204 StopLeaf();
205 }
206 void VpnPlugin::GetKeepAlivePayload(VpnChannel const&, VpnPacketBuffer&)
207 {
208 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected