Browse Source

[tcp] Remove obsolete constants

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
7e33adcb90
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/include/ipxe/tcp.h

+ 0
- 4
src/include/ipxe/tcp.h View File

257
 /** Smallest port number on which a TCP connection can listen */
257
 /** Smallest port number on which a TCP connection can listen */
258
 #define TCP_MIN_PORT 1
258
 #define TCP_MIN_PORT 1
259
 
259
 
260
-/* Some IOB constants */
261
-#define MAX_IOB_LEN	1500
262
-#define MIN_IOB_LEN	MAX_HDR_LEN + 100 /* To account for padding by LL */
263
-
264
 /**
260
 /**
265
  * Maxmimum advertised TCP window size
261
  * Maxmimum advertised TCP window size
266
  *
262
  *

Loading…
Cancel
Save