Module fixed

Source
Expand description

Implementation of the Fixed Window congestion control algorithm.

This is used by the circuit reactor in order to decide when to send data and SENDMEs.

The vanilla flow control system of fixed window SENDMEs in the spec.

Structs§

FixedWindow 🔒
Fixed window algorithm which is essentially the SENDME v0 with fixed receive and send window size.