mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
working again
This commit is contained in:
parent
1719149594
commit
cd30e5aa01
4 changed files with 11 additions and 6 deletions
2
bits.go
2
bits.go
|
|
@ -43,7 +43,7 @@ func (b *Bits) Check(l logrus.FieldLogger, i uint64) bool {
|
|||
}
|
||||
|
||||
// Not within the window
|
||||
l.Debugf("rejected a packet (top) %d %d\n", b.current, i)
|
||||
l.Debugf("rejected a packet (top) %d %d delta %d\n", b.current, i, b.current-i)
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue