⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module l4

Module l4 

Source
Expand description

L4 (Transport Layer) Load Balancer

Provides TCP/UDP load balancing with multiple algorithms including round-robin, least connections, weighted round-robin, random, and IP hash.

Structs§

Backend
A backend server in a virtual IP pool.
L4LoadBalancer
L4 Load Balancer implementation.
VirtualIp
A virtual IP (VIP) with its backend pool.

Enums§

L4Error
L4 load balancer error.
LbAlgorithm
Load balancing algorithm.