Struct dnscache::DnsCache [] [src]

pub struct DnsCache<DB: Database, N: Network> { /* fields omitted */ }

Main object. DNS proxy with forced caching.

Methods

impl<DB: Database, N: Network> DnsCache<DB, N>
[src]

[src]

Create instance of DnsCache

[src]

Receive and process one packet

[src]

Receive and process forever in a loop