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
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.
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.