Skip to content

Commit

Permalink
Add preliminary support for MTFTP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Dec 26, 2007
1 parent 9d4e4db commit f3265b4
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 112 deletions.
2 changes: 2 additions & 0 deletions src/include/gpxe/tftp.h
Expand Up @@ -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;
Expand Down

0 comments on commit f3265b4

Please sign in to comment.