Module rpki::rtr::server

source · []
Expand description

The RTR server.

This module implements a generic RTR server through Server. The server receives its data from a type implementing PayloadSource.

Structs

A sender to notify a server that there are updates available.

An RTR server.

Traits

A type providing access to a diff between payload sets.

A type providing access to a complete payload set.

A source of payload for an RTR server.

A stream socket to be used for an RTR connection.