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
feat: Defer packet signature verification in gossip
Moves expensive `par_verify` from initial packet handling (`verify_packet`) to
later in the processing pipeline (`process_packets`) after cheaper checks.
This avoids unnecessary cryptographic work for packets that might be dropped,
improving performance under load.
0 commit comments