mirror of https://github.com/ipxe/ipxe.git
[udp] Remove obsolete constants
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
5de4fba4f9
commit
878a1f4e2f
|
@ -23,9 +23,6 @@ struct sockaddr;
|
|||
* UDP constants
|
||||
*/
|
||||
|
||||
#define UDP_MAX_TXIOB ETH_MAX_MTU
|
||||
#define UDP_MIN_TXIOB ETH_ZLEN
|
||||
|
||||
/**
|
||||
* A UDP header
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue