Reset connection PoC

This commit is contained in:
Vladimir Stoilov 2022-08-19 10:45:14 +02:00 committed by Daniel
parent d256bf0795
commit 0423dfbbbf
8 changed files with 1590 additions and 77 deletions

View file

@ -1,6 +1,8 @@
package interception
import "github.com/safing/portmaster/network/packet"
import (
"github.com/safing/portmaster/network/packet"
)
// start starts the interception.
func start(ch chan packet.Packet) error {