diff options
| author | Michael Brown | 2010-11-19 16:48:05 +0100 |
|---|---|---|
| committer | Michael Brown | 2010-11-19 17:08:05 +0100 |
| commit | 878a1f4e2f2bc640621b1b35601ceeb565ad3334 (patch) | |
| tree | d89fd5666111cf1c8ca43d808b7ef49264a9318e /src/include/ipxe | |
| parent | [udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLEN (diff) | |
| download | ipxe-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/include/ipxe')
| -rw-r--r-- | src/include/ipxe/udp.h | 3 |
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 */ |
