working again

This commit is contained in:
JackDoan 2025-11-11 16:33:07 -06:00
parent 1719149594
commit cd30e5aa01
4 changed files with 11 additions and 6 deletions

View file

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