summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2010-11-19 16:48:05 +0100
committerMichael Brown2010-11-19 17:08:05 +0100
commit878a1f4e2f2bc640621b1b35601ceeb565ad3334 (patch)
treed89fd5666111cf1c8ca43d808b7ef49264a9318e /src
parent[udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLEN (diff)
downloadipxe-878a1f4e2f2bc640621b1b35601ceeb565ad3334.tar.gz
ipxe-878a1f4e2f2bc640621b1b35601ceeb565ad3334.tar.xz
ipxe-878a1f4e2f2bc640621b1b35601ceeb565ad3334.zip
[udp] Remove obsolete constants
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-rw-r--r--src/include/ipxe/udp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/ipxe/udp.h b/src/include/ipxe/udp.h
index ed0494763..5717ef213 100644
--- a/src/include/ipxe/udp.h
+++ b/src/include/ipxe/udp.h
@@ -23,9 +23,6 @@ struct sockaddr;
* UDP constants
*/
-#define UDP_MAX_TXIOB ETH_MAX_MTU
-#define UDP_MIN_TXIOB ETH_ZLEN
-
/**
* A UDP header
*/