MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / offImpl

Method offImpl

src/helper/windows/firewallfilter.cpp:79–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void FirewallFilter::offImpl(HANDLE engineHandle)
80{
81 if (Utils::deleteSublayerAndAllFilters(engineHandle, &subLayerGUID_)) {
82 spdlog::info("FirewallFilter::offImpl(), all filters deleted");
83 } else {
84 spdlog::info("FirewallFilter::offImpl(), failed delete filters");
85 }
86 filterIdsApps_.clear();
87 filterIdsSplitRoutingIps_.clear();
88}
89
90void FirewallFilter::setSplitTunnelingEnabled(bool isExclusiveMode)
91{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected