Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Accessing non-existing chunk floods network with requests #7

Open
Fraser999 opened this issue Jun 21, 2013 · 0 comments
Open

Accessing non-existing chunk floods network with requests #7

Fraser999 opened this issue Jun 21, 2013 · 0 comments
Labels

Comments

@Fraser999
Copy link
Contributor

Migrated from maidsafe-archive/MaidSafe#57

When we try to read a file which has a chunk missing, for each increment of the offset pointer that falls within the chunk we re-try to retrieve it, only to fail every time.

Encrypt needs to be aware which chunks it already tried to retrieve unsuccessfully to prevent this. Since we don't know whether the chunk is only unavailable temporarily, we need to re-try after a certain period of time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant