iPXE
Data Fields
EFI_DHCP6_RETRANSMISSION Struct Reference

#include <Dhcp6.h>

Data Fields

UINT32 Irt
 Initial retransmission timeout. More...
 
UINT32 Mrc
 Maximum retransmission count for one packet. More...
 
UINT32 Mrt
 Maximum retransmission timeout for each retry. More...
 
UINT32 Mrd
 Maximum retransmission duration for one packet. More...
 

Detailed Description

Definition at line 218 of file Dhcp6.h.

Field Documentation

◆ Irt

UINT32 EFI_DHCP6_RETRANSMISSION::Irt

Initial retransmission timeout.

Definition at line 222 of file Dhcp6.h.

◆ Mrc

UINT32 EFI_DHCP6_RETRANSMISSION::Mrc

Maximum retransmission count for one packet.

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

Definition at line 227 of file Dhcp6.h.

◆ Mrt

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.

Definition at line 233 of file Dhcp6.h.

◆ Mrd

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.

Definition at line 239 of file Dhcp6.h.


The documentation for this struct was generated from the following file: