# Functions
SelectorValidator returns an OnRequestReceivedHook that only validates requests if their selector only has no recursions that are greater than maxAcceptedDepth.
ValidateMaxRecursionDepth examines the given selector node and verifies recursive selectors are limited to the given fixed depth.
# Variables
ErrInvalidLimit means this type of recursive selector limit is not supported by default -- to prevent DDOS attacks.