From d012f8701887526498b3dc9917b467c6319c7073 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 19 Nov 2010 15:50:02 +0000 Subject: [tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN Signed-off-by: Michael Brown --- src/include/ipxe/tcp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ipxe/tcp.h b/src/include/ipxe/tcp.h index e64614646..68bb899ae 100644 --- a/src/include/ipxe/tcp.h +++ b/src/include/ipxe/tcp.h @@ -258,7 +258,6 @@ struct tcp_options { #define TCP_MIN_PORT 1 /* Some IOB constants */ -#define MAX_HDR_LEN 100 #define MAX_IOB_LEN 1500 #define MIN_IOB_LEN MAX_HDR_LEN + 100 /* To account for padding by LL */ -- cgit v1.2.3-55-g7522