[][src]Module poldercast::topology

Topology of the poldercast overlay.

In other words: how the nodes are connected to each other, how the will be maintaining the links between them.

The [Topology] object is maintaining the relative local topology of the given NodeData.

Structs

Cyclon

this module is responsible for randomly selecting Nodes to be gossiped to another node.

Rings

this object is responsible for maintaining the ring links of the node.

Topology

Topology manager

Vicinity

Traits

FilterModule

filter module, will be applied on the set of modules to filter out undesired nodes

Module

topology module. Defines a strategy to link nodes together.