]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[tcp] Remove obsolete constants
authorMichael Brown <mcb30@ipxe.org>
Fri, 19 Nov 2010 15:50:30 +0000 (15:50 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 19 Nov 2010 16:08:05 +0000 (16:08 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/tcp.h

index 68bb899ae2b79b7512b79983ab999fb85dfd2cfe..197712b1188b84b7c6a2437027670a7f899eee6c 100644 (file)
@@ -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
  *