summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2008-01-22 19:57:01 +0100
committerMichael Brown2008-01-22 19:57:01 +0100
commit105ebec4f33ba9ffef7ae9fcf361b542884b2f1c (patch)
treecae8d534b73486425eec31b6fb935477414c0472 /src/include
parentAdd pxe_set_cached_filename() so that pxe_tftp.c can also update the (diff)
parentMerge branch 'master' of rom.etherboot.org:/pub/scm/gpxe (diff)
downloadipxe-105ebec4f33ba9ffef7ae9fcf361b542884b2f1c.tar.gz
ipxe-105ebec4f33ba9ffef7ae9fcf361b542884b2f1c.tar.xz
ipxe-105ebec4f33ba9ffef7ae9fcf361b542884b2f1c.zip
Merge commit 'laptop/master'
Diffstat (limited to 'src/include')
-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;