mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Review feedback
This commit is contained in:
@@ -26,8 +26,7 @@ const (
|
||||
type DNSSnooper struct {
|
||||
stop chan struct{}
|
||||
pcapHandle *pcap.Handle
|
||||
// gcache is goroutine-safe, but the
|
||||
// values cached values aren't
|
||||
// gcache is goroutine-safe, but the cached values aren't
|
||||
reverseDNSMutex sync.RWMutex
|
||||
reverseDNSCache gcache.Cache
|
||||
decodingErrorCounts map[string]uint64 // for limiting
|
||||
|
||||
Reference in New Issue
Block a user