Browse Source

[udp] Remove obsolete constants

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 years ago
parent
commit
878a1f4e2f
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/include/ipxe/udp.h

+ 0
- 3
src/include/ipxe/udp.h View File

@@ -23,9 +23,6 @@ struct sockaddr;
23 23
  * UDP constants
24 24
  */
25 25
 
26
-#define UDP_MAX_TXIOB	ETH_MAX_MTU
27
-#define UDP_MIN_TXIOB	ETH_ZLEN
28
-
29 26
 /**
30 27
  * A UDP header
31 28
  */

Loading…
Cancel
Save