From: Michael Brown Date: Fri, 19 Nov 2010 15:50:30 +0000 (+0000) Subject: [tcp] Remove obsolete constants X-Git-Tag: v1.20.1~2423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e33adcb90c77f996425ff98de12b1b8af110b7f;p=thirdparty%2Fipxe.git [tcp] Remove obsolete constants Signed-off-by: Michael Brown --- diff --git a/src/include/ipxe/tcp.h b/src/include/ipxe/tcp.h index 68bb899ae..197712b11 100644 --- a/src/include/ipxe/tcp.h +++ b/src/include/ipxe/tcp.h @@ -257,10 +257,6 @@ struct tcp_options { /** Smallest port number on which a TCP connection can listen */ #define TCP_MIN_PORT 1 -/* Some IOB constants */ -#define MAX_IOB_LEN 1500 -#define MIN_IOB_LEN MAX_HDR_LEN + 100 /* To account for padding by LL */ - /** * Maxmimum advertised TCP window size *