DhcpTimerType

Namespace inet

DhcpTimerType

enum

DHCP timer types (RFC 2131 4.4.5)

Source code

// DHCP timer types (RFC 2131 4.4.5)
enum DhcpTimerType
{
    WAIT_OFFER = 1;
    WAIT_ACK = 2;
    T1 = 3;
    T2 = 4;
    LEASE_TIMEOUT = 5;
    START_DHCP = 6;
}

File: src/inet/applications/dhcp/DhcpMessage.msg