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 snap sync, if the response to a GetBlockHeaders request does not meet the expected requirements, the corresponding peer will be dropped.
However, due to certain limitations, such as the peer not being fully aligned with the network head and slightly lagging behind, it may be unable to serve the request with the complete set of data.
Since the request is made without knowing how many headers the peer can actually provide, the peer dropping is actually not needed.