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

Update the gossip max chunk size to bellatrix specs #4450

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

g11tech
Copy link
Contributor

@g11tech g11tech commented Aug 19, 2022

Motivation
The max allowed chunk size for gossip at/post bellatrix are 10x the normal ones to take care of transaction payloads.

This PR increases the allowed size if bellatrix is configured. There is "gotcha" in this:
For incoming payloads this isn't an issue however for outgoing payloads pre-merge if we send big chunks they might be rejected by other clients. However sizes greater than even GOSSIP_MAX_SIZE aren't likely.
However an issue has been created for it: #4449
Description
Closed #3486

@g11tech g11tech requested a review from a team as a code owner August 19, 2022 14:27
@g11tech g11tech mentioned this pull request Aug 19, 2022
22 tasks
@wemeetagain wemeetagain merged commit 7b3134e into unstable Aug 19, 2022
@wemeetagain wemeetagain deleted the g11tech/bellatrix-chunk-size branch August 19, 2022 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

merge limits for gossip and req/res chunks
2 participants