From 9144bb940a816130ccd5cd6cd62d88bfcfd3de20 Mon Sep 17 00:00:00 2001 From: "INDIA\\sachinganesh" Date: Fri, 18 Oct 2024 01:05:05 +0530 Subject: [PATCH] MdePkg: Update Default IP TTL Default IP TTL (Time to Live) has been updated in UEFI 2.10 A Specification. To comply with IANA recommendations. REF: https://www.iana.org/assignments/ip-parameters/ip-parameters.xhtml#ip-parameters-2 Signed-off-by: Sachin Ganesh --- MdePkg/Include/Protocol/PxeBaseCode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/Protocol/PxeBaseCode.h b/MdePkg/Include/Protocol/PxeBaseCode.h index 6787941a5d..239e742940 100644 --- a/MdePkg/Include/Protocol/PxeBaseCode.h +++ b/MdePkg/Include/Protocol/PxeBaseCode.h @@ -34,7 +34,7 @@ typedef EFI_PXE_BASE_CODE_PROTOCOL EFI_PXE_BASE_CODE; /// /// Default IP TTL and ToS. /// -#define DEFAULT_TTL 16 +#define DEFAULT_TTL 64 #define DEFAULT_ToS 0 ///