maidsafe-archive / MaidSafe

This is the super-project in which each MaidSafe library resides. Some information is common to all libraries, and is detailed here. Library-specific information can be found in each library's wiki.
Other
583 stars 102 forks source link

Routing - send() callback should be called immediately, if the target node doesn't exist on the network #59

Closed chandraprakash closed 11 years ago

chandraprakash commented 12 years ago

Routing - send() callback should be called immediately, if the target node doesn't exist on the network.

Currently, send is timing out on 10 seconds, which is slowing the chunk retrieval process. This can be addressed with inclusion of "acknowledgement" logic in routing library.

chandraprakash commented 11 years ago

Migrated to https://github.com/maidsafe/MaidSafe-Routing/issues/7