summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2010-11-19 16:50:02 +0100
committerMichael Brown2010-11-19 17:08:05 +0100
commitd012f8701887526498b3dc9917b467c6319c7073 (patch)
treefa2f3054c2e092bf49b2a5aeed277c9155c5b41f /src/include
parent[udp] Remove obsolete constants (diff)
downloadipxe-d012f8701887526498b3dc9917b467c6319c7073.tar.gz
ipxe-d012f8701887526498b3dc9917b467c6319c7073.tar.xz
ipxe-d012f8701887526498b3dc9917b467c6319c7073.zip
[tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/ipxe/tcp.h b/src/include/ipxe/tcp.h
index e64614646..68bb899ae 100644
--- a/src/include/ipxe/tcp.h
+++ b/src/include/ipxe/tcp.h
@@ -258,7 +258,6 @@ struct tcp_options {
#define TCP_MIN_PORT 1
/* Some IOB constants */
-#define MAX_HDR_LEN 100
#define MAX_IOB_LEN 1500
#define MIN_IOB_LEN MAX_HDR_LEN + 100 /* To account for padding by LL */