Commit Graph

3 Commits

Author SHA1 Message Date
David Anderson
551e4aee91 Support the tsize extension for TFTP.
It turns out many PXE firmwares request tsize to size the download
buffer, and will refuse to download at all if the server cannot
provide a tsize.

This unfortunately breaks API compatibility to add a size parameter,
but I think it's an unfortunate necessity to make this work.
2016-08-08 20:41:12 -07:00
David Anderson
576e70e92c Add copyright/license headers to source. 2016-03-05 15:14:52 -08:00
David Anderson
af8e62003b Implement a read-only TFTP server.
Testing is done against the atftp client.
2016-02-18 00:41:31 -08:00