llarp::RoutePoker
Inherits from std::enable_shared_from_this< RoutePoker >
Public Functions
| Name | |
|---|---|
| void | AddRoute(net::ipv4addr_t ip) |
| void | DelRoute(net::ipv4addr_t ip) |
| void | Start(AbstractRouter * router) |
| ~RoutePoker() | |
| void | Up() explicitly put routes up |
| void | Down() explicitly put routes down |
| void | SetDNSMode(bool using_exit_mode) const set dns resolver pass in if we are using exit node mode right now as a bool |
Public Functions Documentation
function AddRoute
void AddRoute(
net::ipv4addr_t ip
)
function DelRoute
void DelRoute(
net::ipv4addr_t ip
)
function Start
void Start(
AbstractRouter * router
)
function ~RoutePoker
~RoutePoker()
function Up
void Up()
explicitly put routes up
function Down
void Down()
explicitly put routes down
function SetDNSMode
void SetDNSMode(
bool using_exit_mode
) const
set dns resolver pass in if we are using exit node mode right now as a bool
Updated on 2026-01-10 at 22:49:45 +0000