mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user