summaryrefslogtreecommitdiffstats
path: root/src/include/tftpcore.h
Commit message (Collapse)AuthorAgeFilesLines
* Make rfc2090 multicast option optionalMichael Brown2005-06-011-1/+1
|
* Re-order functions for more logical documentationMichael Brown2005-06-011-3/+3
|
* Don't choke on duplicate OACK packets.Michael Brown2005-06-011-3/+11
| | | | | Make await_tftp() static and create tftp_get() for fetching the next TFTP packet instead.
* Now have enough functions to implement a standard TFTP client in around 50Michael Brown2005-06-011-0/+25
lines of code.