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

Module rate_limit

Module rate_limit 

Source
Expand description

IPC rate limiting implementation

Provides rate limiting for IPC operations to prevent DoS attacks and ensure fair resource usage.

Structs§

RateLimitStats
Rate limit statistics
RateLimiter
Rate limiter for IPC operations
RateLimits
Rate limit configuration