Add preliminary support for MTFTP.

This commit is contained in:
Michael Brown
2007-12-26 18:51:20 +00:00
parent 9d4e4dbc32
commit f3265b4bf8
2 changed files with 299 additions and 114 deletions

View File

@@ -29,6 +29,8 @@
#define TFTP_ERR_UNKNOWN_USER 7 /**< No such user */
#define TFTP_ERR_BAD_OPTS 8 /**< Option negotiation failed */
#define MTFTP_PORT 1759 /**< Default MTFTP server port */
/** A TFTP read request (RRQ) packet */
struct tftp_rrq {
uint16_t opcode;