You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this if statement, the b.bits entries that are being set to false should first be checked to see if any are already false, and if so the lostCounter should be incremented for each.
This means any case where you lose more than 1 packet, you risk not counting older packet loss that it skips over.
Logs from affected hosts
not relevant
Config files from affected hosts
not relevant
The text was updated successfully, but these errors were encountered:
What version of
nebula
are you using? (nebula -version
)master
What operating system are you using?
not relevant
Describe the Bug
nebula/bits.go
Lines 66 to 68 in 3f6a7cb
In this if statement, the
b.bits
entries that are being set tofalse
should first be checked to see if any are alreadyfalse
, and if so thelostCounter
should be incremented for each.This means any case where you lose more than 1 packet, you risk not counting older packet loss that it skips over.
Logs from affected hosts
not relevant
Config files from affected hosts
not relevant
The text was updated successfully, but these errors were encountered: