KemalWAF::IPv4RadixTree
============================================================================= IPv4 Radix Tree
32-level tree for IPv4 CIDR matching Lookup is O(32) = O(1) constant time
Constants
Log = ::Log.for("ipv4_radix")
Constructors
new
SourceInstance methods
empty?
SourceLookup IP address - returns matching CIDR info or nil
size
Source