summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2010-11-19 16:50:30 +0100
committerMichael Brown2010-11-19 17:08:05 +0100
commit7e33adcb90c77f996425ff98de12b1b8af110b7f (patch)
tree78628e49553c050e0c95b0ae9727637876622a6f
parent[tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN (diff)
downloadipxe-7e33adcb90c77f996425ff98de12b1b8af110b7f.tar.gz
ipxe-7e33adcb90c77f996425ff98de12b1b8af110b7f.tar.xz
ipxe-7e33adcb90c77f996425ff98de12b1b8af110b7f.zip
[tcp] Remove obsolete constants
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r--src/include/ipxe/tcp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/ipxe/tcp.h b/src/include/ipxe/tcp.h
index 68bb899ae..197712b11 100644
--- a/src/include/ipxe/tcp.h
+++ b/src/include/ipxe/tcp.h
@@ -257,10 +257,6 @@ struct tcp_options {
/** Smallest port number on which a TCP connection can listen */
#define TCP_MIN_PORT 1
-/* Some IOB constants */
-#define MAX_IOB_LEN 1500
-#define MIN_IOB_LEN MAX_HDR_LEN + 100 /* To account for padding by LL */
-
/**
* Maxmimum advertised TCP window size
*