| 204 | StopLeaf(); |
| 205 | } |
| 206 | void VpnPlugin::GetKeepAlivePayload(VpnChannel const&, VpnPacketBuffer&) |
| 207 | { |
| 208 | } |
| 209 | void VpnPlugin::Encapsulate([[maybe_unused]] VpnChannel const& channel, VpnPacketBufferList const& packets, VpnPacketBufferList const&) |
| 210 | { |
| 211 | auto packetCount = packets.Size(); |
nothing calls this directly
no outgoing calls
no test coverage detected