Documentation ¶
Overview ¶
Package itftp implements a TFTP server for iPXE binaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenAndServe ¶
ListenAndServe sets up the listener on the given address and serves TFTP requests.
Types ¶
type Handler ¶
Handler is the struct that implements the TFTP read and write function handlers.
func (Handler) HandleRead ¶
func (t Handler) HandleRead(filename string, rf io.ReaderFrom) error
HandleRead handlers TFTP GET requests. The function signature satisfies the tftp.Server.readHandler parameter type.
Click to show internal directories.
Click to hide internal directories.