mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
a6b899ed6e
- Use single space after WWW: - Pass maintainership to submitter PR: ports/189260 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
11 lines
467 B
Plaintext
11 lines
467 B
Plaintext
The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you to
|
|
manipulate multicast groups. With this module you will be able to receive
|
|
incoming multicast transmissions and generate your own outgoing multicast
|
|
packets.
|
|
|
|
This module uses the same API as IO::Socket::Multicast, but with added support
|
|
for IPv6 (IPv4 is still supported). Unlike IO::Socket::Multicast, this is a
|
|
pure-perl module.
|
|
|
|
WWW: http://search.cpan.org/dist/IO-Socket-Multicast6/
|