Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
greatly simplify the way peers are created in Vivaldi AS
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 11 Dec 2016 13:13:49 +0000 (14:13 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 11 Dec 2016 13:14:07 +0000 (14:14 +0100)
commitdf0464c2ffa61d7fab01a54732b01368886013aa
tree0c658300e710d948a90678a90a38302320abe028
parent30e3072c3212f02886f67c451e27bbb76b2b1add
greatly simplify the way peers are created in Vivaldi AS

We used to create a mini cluster for each added peer, which is useless
since they are already in a Vivaldi AS. So instead, add the link
up&down to the Vivaldi containing AS.

This way, we can hide again the netcard of the AsImpl, that was made
public only a few commits ago.
examples/java/app/tokenring/app_tokenring.tesh
examples/msg/app-token-ring/app-token-ring.tesh
src/kernel/routing/AsImpl.hpp
src/kernel/routing/AsVivaldi.cpp
src/kernel/routing/AsVivaldi.hpp
src/surf/sg_platf.cpp