Struct mmap_loader::server::Server [−][src]
pub struct Server { /* fields omitted */ }Expand description
An offset server that parses PDBs and sends the parsed addresses to the client
Implementations
Creates a new server on an endpoint, with a JSON cache
stored at the cache_path
Arguments
endpoint: The network address to bind to
cache_path: The path to the JSON cache. Will be created if it does not exist
tls_identity: The TLS identity. If this is specified, TLS will be used with
the given certificate and private key