Work on portmaster restructuring

This commit is contained in:
Daniel
2018-11-27 16:39:06 +01:00
parent 99851166a0
commit 5bdb021c88
38 changed files with 605 additions and 332 deletions

View File

@@ -2,7 +2,7 @@
package network
// Status describes the status of a connection.
// Verdict describes the decision made about a connection or link.
type Verdict uint8
// List of values a Status can have
@@ -15,6 +15,7 @@ const (
DROP
)
// Packer Directions
const (
Inbound = true
Outbound = false