mirror of
https://github.com/safing/portmaster
synced 2025-09-17 02:09:41 +00:00
Rework Communication+Link to Connection
This commit is contained in:
parent
eec0c37101
commit
38f57a8954
21 changed files with 862 additions and 1741 deletions
|
@ -51,7 +51,7 @@ func (pkt *Packet) setVerdict(v uint32) (err error) {
|
|||
}()
|
||||
pkt.verdict <- v
|
||||
close(pkt.verdict)
|
||||
// log.Tracef("firewall: packet %s verdict %d", pkt, v)
|
||||
// log.Tracef("filter: packet %s verdict %d", pkt, v)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue