[udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLEN

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-11-19 15:45:41 +00:00
parent 0d7839678b
commit 5de4fba4f9
2 changed files with 5 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ struct sockaddr;
* UDP constants
*/
#define UDP_MAX_HLEN 72
#define UDP_MAX_TXIOB ETH_MAX_MTU
#define UDP_MIN_TXIOB ETH_ZLEN