summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/tftp.h')
-rw-r--r--src/include/gpxe/tftp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/tftp.h b/src/include/gpxe/tftp.h
index b6a8e22b..0177a95a 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;