mirror of
https://github.com/safing/portmaster
synced 2025-04-17 09:29:09 +00:00
Add helpful comment about lookup tries
This commit is contained in:
parent
a3526604e0
commit
b07e09c94f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ var (
|
|||
|
||||
const (
|
||||
lookupTries = 5
|
||||
fastLookupTries = 2
|
||||
fastLookupTries = 2 // 1. current table, 2. get table with max 10ms, could be 0ms, 3. 10ms wait
|
||||
)
|
||||
|
||||
// Lookup looks for the given connection in the system state tables and returns the PID of the associated process and whether the connection is inbound.
|
||||
|
|
Loading…
Add table
Reference in a new issue