NAME
Net::DHCPv6::Option::InfMaxRt - INF_MAX_RT option (code 83) — maximum Information-Request retransmission duration
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::InfMaxRt;
my $opt = Net::DHCPv6::Option::InfMaxRt->new(value => 3600);
DESCRIPTION
Carries the maximum retransmission duration (in seconds) for Information-Request messages. See RFC 8415 §21.10.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
METHODS
new
Constructor. Requires value, a 32-bit unsigned integer.
value
Returns the maximum retransmission duration in seconds.
SEE ALSO
Net::DHCPv6::Option, Net::DHCPv6::OptionList
AUTHOR
Dean Hamstead <dean@fragfest.com.au>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2026 by Dean Hamstead.
This is free software, licensed under:
The MIT (X11) License