Skip to content

Commit

Permalink
Merge commit 'laptop/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Jan 22, 2008
2 parents c9c8cde + 122abb5 commit 105ebec
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 105ebec

Please sign in to comment.