mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 14:14:31 +02:00
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>
This commit is contained in:
parent
42a141800c
commit
9144bb940a
@ -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
|
||||
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user