MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_DHCP6_RETRANSMISSION Struct Reference

Data Fields

UINT32 Irt
 
UINT32 Mrc
 
UINT32 Mrt
 
UINT32 Mrd
 

Field Documentation

UINT32 EFI_DHCP6_RETRANSMISSION::Irt

Initial retransmission timeout.

UINT32 EFI_DHCP6_RETRANSMISSION::Mrc

Maximum retransmission count for one packet. If Mrc is zero, there's no upper limit for retransmission count.

UINT32 EFI_DHCP6_RETRANSMISSION::Mrd

Maximum retransmission duration for one packet. It's the upper bound of the numbers the client may retransmit a message. If Mrd is zero, there's no upper limit for retransmission duration.

UINT32 EFI_DHCP6_RETRANSMISSION::Mrt

Maximum retransmission timeout for each retry. It's the upper bound of the number of retransmission timeout. If Mrt is zero, there is no upper limit for retransmission timeout.