diff options
| author | Michael Brown | 2008-01-22 19:57:01 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-01-22 19:57:01 +0100 |
| commit | 105ebec4f33ba9ffef7ae9fcf361b542884b2f1c (patch) | |
| tree | cae8d534b73486425eec31b6fb935477414c0472 /src/include/gpxe | |
| parent | Add pxe_set_cached_filename() so that pxe_tftp.c can also update the (diff) | |
| parent | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe (diff) | |
| download | ipxe-105ebec4f33ba9ffef7ae9fcf361b542884b2f1c.tar.gz ipxe-105ebec4f33ba9ffef7ae9fcf361b542884b2f1c.tar.xz ipxe-105ebec4f33ba9ffef7ae9fcf361b542884b2f1c.zip | |
Merge commit 'laptop/master'
Diffstat (limited to 'src/include/gpxe')
| -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; |
