mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
f9d587d1c3
It opens an udp socket to send and receive responses to and from a DHCP server. It stores the last connection status information. This module can help to write some simple code to implement a reliable DHCP service over complex or simple networks. WWW: http://search.cpan.org/dist/Net-DHCP-Watch/ PR: ports/187622 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
Net::DHCP::Watch is a module to help monitor remote DHCP servers.
|
|
It opens an udp socket to send and receive responses to and from
|
|
a DHCP server. It stores the last connection status information.
|
|
|
|
This module can help to write some simple code to implement a
|
|
reliable DHCP service over complex or simple networks.
|
|
|
|
WWW: http://search.cpan.org/dist/Net-DHCP-Watch/
|