Wrong lastseen values got written to knownnodes in bmproto #1360
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
While investigating #1335 I discovered another potential bug.
In the line 380 in bmproto value of
seenTime
is often wrong. I added a simple check:and found values like 281474976710890, 14699749183745158766 or 2448129849.
Today I also found peers with port 0 (:
Port 0 used to be filtered, maybe I forgot to move the check when moving to asyncore.
Like this?