| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected