Merge commit 'laptop/master'

This commit is contained in:
Michael Brown
2008-01-22 18:57:01 +00:00
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;