X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FNetworkPkg.dec;h=6672d90fe1d3427975b19e1b5c0a18f9b34d2859;hb=b94aecb4ec943d28f6cc9c800cfc30b4348b09fb;hp=784e658b66f846120ae3e45dcc6ee9e10ffb8ad0;hpb=e34914db193f058e7d3782f0d971d8c81108d059;p=mirror_edk2.git diff --git a/NetworkPkg/NetworkPkg.dec b/NetworkPkg/NetworkPkg.dec index 784e658b66..6672d90fe1 100644 --- a/NetworkPkg/NetworkPkg.dec +++ b/NetworkPkg/NetworkPkg.dec @@ -42,7 +42,7 @@ # Include/Guid/TlsAuthConfigHii.h gTlsAuthConfigGuid = { 0xb0eae4f8, 0x9a04, 0x4c6d, { 0xa7, 0x48, 0x79, 0x3d, 0xaa, 0xf, 0x65, 0xdf }} - + # Include/Guid/TlsAuthentication.h gEfiTlsCaCertificateGuid = { 0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae }} @@ -92,6 +92,12 @@ # @Prompt Indicates whether HTTP connections are permitted or not. gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|FALSE|BOOLEAN|0x00000008 + ## This setting is to specify the MTFTP windowsize used by UEFI PXE driver. + # A value of 0 indicates the default value of windowsize(1). + # A non-zero value will be used as windowsize. + # @Prompt PXE TFTP windowsize. + gEfiNetworkPkgTokenSpaceGuid.PcdPxeTftpWindowSize|0x4|UINT64|0x10000008 + [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] ## IPv6 DHCP Unique Identifier (DUID) Type configuration (From RFCs 3315 and 6355). # 01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]