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

Shreds are always zero-padded #8909

Closed
sakridge opened this issue Mar 17, 2020 · 2 comments
Closed

Shreds are always zero-padded #8909

sakridge opened this issue Mar 17, 2020 · 2 comments
Assignees
Labels
stale [bot only] Added to stale content; results in auto-close after a week.
Milestone

Comments

@sakridge
Copy link
Member

Problem

Shreds are always zero padded to 1320 bytes even if the payload is less than that. This is most likely a cause of 3x bandwidth and storage requirements than necessary on an idle network.

Proposed Solution

Only transmit and store the used part of the shred.

@sakridge sakridge self-assigned this Mar 26, 2020
@mvines mvines added this to the The Future! milestone Apr 19, 2020
@stale
Copy link

stale bot commented Apr 19, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Apr 19, 2021
@sakridge
Copy link
Member Author

Fixed by #16602

This was referenced Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale [bot only] Added to stale content; results in auto-close after a week.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants