NAME
Net::DHCPv6::Option::SolMaxRt - SOL_MAX_RT option (code 10) — maximum solicit retransmission duration (32-bit)
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::SolMaxRt;
my $opt = Net::DHCPv6::Option::SolMaxRt->new(value => 3600);
DESCRIPTION
Carries the maximum retransmission duration (in seconds) for Solicit 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