pub struct PortPool { /* private fields */ }Expand description
Bitmap-based ephemeral port allocator for NAT
Manages ports in the range 49152-65535 using a compact bitmap. Each bit represents one port: 0 = free, 1 = allocated.
pub struct PortPool { /* private fields */ }Bitmap-based ephemeral port allocator for NAT
Manages ports in the range 49152-65535 using a compact bitmap. Each bit represents one port: 0 = free, 1 = allocated.