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

Module lb

Module lb 

Source
Expand description

Load Balancer implementation

Provides L4 (TCP/UDP) and L7 (HTTP) load balancing with multiple algorithms, health checks, rate limiting, and sticky sessions.

Modules§

config
Load Balancer Configuration
l4
L4 (Transport Layer) Load Balancer
l7
L7 (Application Layer) Load Balancer