Crate allenap_libtftp

Source

Modules§

options
packet
rrq

Traits§

Handler
A TFTP handler to which requests are passed once they’ve been parsed. A handler can choose to ignore, reject (with an error), or serve each request that comes in.

Functions§

serve
Starts a TFTP server at the given address.