Fixed: PeerHandshake was not recognizing if there was an error in
commit684560d1ece26ff9919329fb0d563e6fa52276ab
authorFaisal Khan <faisal.khan@cern.ch>
Wed, 27 Feb 2008 12:22:54 +0000 (27 17:22 +0500)
committerFaisal Khan <faisal.khan@cern.ch>
Wed, 27 Feb 2008 12:22:54 +0000 (27 17:22 +0500)
tree7f7c971b29450b055b632a1a213aaa72237bb890
parent312352772a722a9905dd7ceef52277c95accb244
Fixed: PeerHandshake was not recognizing if there was an error in
serializing or deserializing the message. Modified LocalNode::addRemote()
to add nodes to random table (random table contains all those node which
are neighter part of prefix nor suffix table)
App/src/Bootstrap.cpp
App/src/PeerConnectionWorker.cpp
Constants.h.in
Core/include/Tourist/Constants.h
Core/src/LocalNode.cpp
Message/include/Tourist/Message/RemoteNode.h
Message/src/RemoteNode.cpp
Message/src/RemoteNodeUtil.cpp