forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid WHOAREYOU(no matching call error) #190
Labels
bug
Something isn't working
Comments
GrapeBaBa
changed the title
UTP may use sendFromAnotherThread, and it is necessary to record the nonce of the sent packet
Invalid WHOAREYOU(no matching call error)
Oct 12, 2024
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes, packets of type WHOAREYOU sent by other nodes are received and deemed Invalid.
The reason is that the nonce recorded in the packet header has not been previously recorded in
activeCallByAuth
.The text was updated successfully, but these errors were encountered: