diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-12-26 18:51:20 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-12-26 18:51:20 +0000 |
commit | f3265b4bf8440ac4127e801c4b06efcac6a7f39d (patch) | |
tree | 07e9558e3371f5a9c7e93ae193216a711ff5f90b /src/include/gpxe/tftp.h | |
parent | 9d4e4dbc32e52213de685951590254fe9e7c308a (diff) | |
download | ipxe-f3265b4bf8440ac4127e801c4b06efcac6a7f39d.tar.gz |
Add preliminary support for MTFTP.
Diffstat (limited to 'src/include/gpxe/tftp.h')
-rw-r--r-- | src/include/gpxe/tftp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/tftp.h b/src/include/gpxe/tftp.h index b6a8e22b4..0177a95af 100644 --- a/src/include/gpxe/tftp.h +++ b/src/include/gpxe/tftp.h @@ -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; |