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 101 forks source link

No deadline timer associated with RequestPublicKeyFunctor(). #55

Closed chandraprakash closed 11 years ago

chandraprakash commented 11 years ago

For RequestPublicKeyFunctor(), there is no deadline timer associated which disconnects the already established rudp connection. This means, if upper layer doesn't call GivePublicKeyFunctor(), the connection will still stay up for 10 min and prevents any further retrial for that duration.

chandraprakash commented 11 years ago

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