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
As of writing this, there's an upper limit to how many transactions can be received in a single P2P message (256),
we should also have a limit on how big the sent and received transactions messages should be, based on their byte-size.
Check ethereum_rust/crates/networking/p2p/rlpx/eth/transactions.rs for more context.
The text was updated successfully, but these errors were encountered:
Issue
As of writing this, there's an upper limit to how many transactions can be received in a single P2P message (256),
we should also have a limit on how big the sent and received transactions messages should be, based on their byte-size.
Check
ethereum_rust/crates/networking/p2p/rlpx/eth/transactions.rs
for more context.The text was updated successfully, but these errors were encountered: