Module bounded_pending_buffer

Module bounded_pending_buffer 

Source
Expand description

Bounded pending data buffer with TTL expiration Bounded pending data buffer with TTL expiration

This module provides a memory-safe buffer for pending peer data that enforces both size limits and time-based expiration.

Structs§

BoundedPendingBuffer
A bounded buffer for pending peer data with automatic expiration
PendingBufferStats
Statistics for the pending buffer

Enums§

PendingBufferError
Errors from the pending buffer