Module btfproto::server

source ·
Expand description

Code for creating filesystem servers.

The FsProvider trait defines the interface that a filesystem server must implement. A new server can be created using the new_fs_server function.

Traits

  • Trait for types which act as filesystem servers.

Functions

  • Creates a new filesystem server by creating a Receiver which uses the given FsProvider to handle filesystem access requests. The server listens on ip_addr and uses creds to authenticate itself to clients.