NAME
Net::DHCPv6::Option::InfoRefreshTime - Information Refresh Time option (code 32) — 32-bit refresh duration
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::InfoRefreshTime;
my $opt = Net::DHCPv6::Option::InfoRefreshTime->new(value => 86400);
DESCRIPTION
Carries the minimum time (in seconds) that a client should wait before refreshing information received from the server. Required for Information-Request messages. See RFC 8415 §21.24.
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 refresh time 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