Changeset 10472
- Timestamp:
- 02/02/10 22:26:24 (6 months ago)
- Location:
- trunk/IO-Socket-Multicast
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/IO/Socket/Multicast.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/IO-Socket-Multicast/Changes
r9042 r10472 1 1 Revision history for Perl extension IO-Socket-Multicast 2 1.12 - in progress 3 Documentation updates and corrections (BRAMBLE) 4 2 5 1.11 - Wed Nov 4 13:48:18 EST 2009 3 6 More test adjustments /re Win32 (BRAMBLE) -
trunk/IO-Socket-Multicast/lib/IO/Socket/Multicast.pm
r9674 r10472 186 186 187 187 To receive transmissions B<from> a multicast group, you will use 188 IO::Socket:: INET->new() to create a UDP socket and bind it to a local188 IO::Socket::Multicast->new() to create a UDP socket and bind it to a local 189 189 network port. You will then subscribe one or more multicast groups 190 190 using the mcast_add() method. Subsequent calls to the standard recv() … … 350 350 $socket->mcast_send("How's the weather?") || die; 351 351 352 Note that you may still call IO::Socket:: INET->new() with a352 Note that you may still call IO::Socket::Multicast->new() with a 353 353 B<PeerAddr>, and IO::Socket::INET will perform a connect(), creating a 354 354 default destination for calls to send().
