mirror of
https://github.com/safing/portmaster
synced 2025-09-10 06:14:41 +00:00
Split unattributed connections into to Unidentified App and Network Noise
This commit is contained in:
parent
014ac058ce
commit
7a9001b7de
11 changed files with 78 additions and 24 deletions
|
@ -6,8 +6,10 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
// UnidentifiedProcessID is originally defined in the process pkg, but duplicated here because of import loops.
|
||||
UnidentifiedProcessID = -1
|
||||
// UndefinedProcessID signifies that the process ID is unknown.
|
||||
// It must match portmaster/process.UndefinedProcessID
|
||||
// It is duplicated here because of import loops.
|
||||
UndefinedProcessID = -1
|
||||
)
|
||||
|
||||
// ConnectionInfo holds socket information returned by the system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue