Route Planner#
Route Planner ABC's.
Route planner abstract classes.
RoutePlannerStatus
#
Route Planner Status Object.
The status of the route-planner.
cls
property
#
cls: RoutePlannerType
The name of the RoutePlanner implementation being used by this server.
RoutePlannerDetails
#
IPBlock
#
FailingAddress
#
RoutePlannerType
#
Route Planner Type.
The type of routeplanner that the server is currently using.
ROTATING_ROUTE_PLANNER
class-attribute
instance-attribute
#
IP address used is switched on ban. Recommended for IPv4 blocks or IPv6 blocks smaller than a /64.
NANO_IP_ROUTE_PLANNER
class-attribute
instance-attribute
#
IP address used is switched on clock update. Use with at least 1 /64 IPv6 block.
ROTATING_NANO_IP_ROUTE_PLANNER
class-attribute
instance-attribute
#
IP address used is switched on clock update, rotates to a different /64 block on ban. Use with at least 2x /64 IPv6 blocks.
BALANCING_IP_ROUTE_PLANNER
class-attribute
instance-attribute
#
IP address used is selected at random per request. Recommended for larger IP blocks.