Skip to content
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

increase the default max message size for p2p messages #4120

Merged
merged 6 commits into from
Jul 20, 2022

Commits on Jul 18, 2022

  1. increase the default max message size for p2p messages

    Signed-off-by: Stefan <[email protected]>
    pinges committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2569cd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    b456980 View commit details
    Browse the repository at this point in the history
  2. change to 15MB

    Signed-off-by: Stefan <[email protected]>
    pinges committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    eaee5a5 View commit details
    Browse the repository at this point in the history
  3. remove the limit for the incoming message size. The size is limited o…

    …n the RLPx layer (16.7MB)
    
    Signed-off-by: Stefan <[email protected]>
    pinges committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0690b2c View commit details
    Browse the repository at this point in the history
  4. remove test that is invalid now

    Signed-off-by: Stefan <[email protected]>
    pinges committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    57469d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    126fbb6 View commit details
    Browse the repository at this point in the history