Nextmini

Config Enums

Reference for all enum values used in Nextmini controller and dataplane configuration.

Protocol

Transport protocol for inter-node communication.

ValueDescription
tcpTCP transport (default).
udpUDP transport.
quicQUIC transport with configurable congestion control.

FlowTransport

Transport for controller-managed flows.

ValueDescription
tcpTCP-based flow transport (default).
lossless_unicastLossless unicast with chunking and pacing.

SchedulingDiscipline

Scheduler discipline for packet queues.

ValueDescription
fifoFirst-in, first-out (default).
wrrWeighted round-robin.

DropStrategy

Drop strategy when queues are full.

ValueDescription
taildropDrop newest packets when queue is full (default).
redRandom Early Detection - probabilistic dropping before queue fills.

Feature

Packet processing mode.

ValueDescription
sequentialSingle processor per flow, guarantees packet order (default).
concurrentMultiple processors, higher throughput but may reorder packets.

OperatingMode

Node operating mode.

ValueDescription
normalStandard operation (default).
maxMaximum throughput mode with connection-on-demand.

CongestionControl

QUIC congestion control algorithm.

ValueDescription
bbrBBR congestion control (default).
cubicCUBIC congestion control.

RouteForwardingMode

How routes forward traffic.

ValueDescription
unicastPoint-to-point forwarding (default).
multicastFan-out to multiple next hops.

On this page