summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorINDIA\sachinganesh <sachinganesh@ami.com>2024-10-18 01:05:05 +0530
committerLiming Gao <gaoliming@byosoft.com.cn>2025-01-09 12:40:45 +0800
commit9144bb940a816130ccd5cd6cd62d88bfcfd3de20 (patch)
tree7122723b5c52c36928b46d081c57a8cb5b9939e3 /MdePkg
parent42a141800c0c26a09d2344e84a89ce4097a263ae (diff)
downloadedk2-9144bb940a816130ccd5cd6cd62d88bfcfd3de20.tar.gz
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 <sachinganesh@ami.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/PxeBaseCode.h2
1 files changed, 1 insertions, 1 deletions
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
///