Add helpful comment about lookup tries

This commit is contained in:
Daniel 2024-05-08 14:19:10 +02:00
parent a3526604e0
commit b07e09c94f

View file

@ -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.