Closed chandraprakash closed 12 years ago
Not resolved completely. This issue is seen on windows machine.
This commit should fix this issue. https://github.com/maidsafe/MaidSafe-Routing/commit/0f1baf9fbc2a7736e6b8cada21f91c25bee969f7
Collision is resolved by giving priority to smaller node id.
When both peers initiate connection request together they disallow each other's request. After the pending list is cleared at one of the node, it tries again and fails to proceed as pending list at other end still had the id. This results in an endless loop of trying to connect.