SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,5 @@
The IO::Socket::Multicast module subclasses IO::Socket::INET to enable
you to manipulate multicast groups. With this module (and an operating
system that supports multicasting), you will be able to receive incoming
multicast transmissions and generate your own outgoing multicast
packets.

View file

@ -0,0 +1,9 @@
${P5ARCH}/IO/Socket/
${P5ARCH}/IO/Socket/Multicast.pm
${P5ARCH}/auto/IO/Socket/
${P5ARCH}/auto/IO/Socket/Multicast/
${P5ARCH}/auto/IO/Socket/Multicast/Multicast.so
@man man/man3p/IO::Socket::Multicast.3p
share/examples/p5-IO-Socket-Multicast/
share/examples/p5-IO-Socket-Multicast/client.pl
share/examples/p5-IO-Socket-Multicast/server.pl