[][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 Node.

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
Vicinity

Traits

Module

topology module. Defines a strategy to link nodes together.