mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-03 02:21:58 +00:00
net/art: add debug hooks to strideTable
Updates #7781 Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
fcf4d044fa
commit
ac657caaf1
@@ -13,6 +13,11 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
const (
|
||||
debugStrideInsert = false
|
||||
debugStrideDelete = false
|
||||
)
|
||||
|
||||
// strideEntry is a strideTable entry.
|
||||
type strideEntry[T any] struct {
|
||||
// prefixIndex is the prefixIndex(...) value that caused this stride entry's
|
||||
|
||||
Reference in New Issue
Block a user