Changeset 10472

Show
Ignore:
Timestamp:
02/02/10 22:26:24 (6 months ago)
Author:
submersible_toaster
Message:

rt.cpan.org#54241 - documentation corrections

Location:
trunk/IO-Socket-Multicast
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/IO-Socket-Multicast/Changes

    r9042 r10472  
    11Revision history for Perl extension IO-Socket-Multicast 
     21.12    - in progress 
     3        Documentation updates and corrections (BRAMBLE) 
     4 
    251.11    - Wed Nov  4 13:48:18 EST 2009 
    36        More test adjustments /re Win32 (BRAMBLE) 
  • trunk/IO-Socket-Multicast/lib/IO/Socket/Multicast.pm

    r9674 r10472  
    186186 
    187187To 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 local 
     188IO::Socket::Multicast->new() to create a UDP socket and bind it to a local 
    189189network port.  You will then subscribe one or more multicast groups 
    190190using the mcast_add() method.  Subsequent calls to the standard recv() 
     
    350350  $socket->mcast_send("How's the weather?") || die; 
    351351 
    352 Note that you may still call IO::Socket::INET->new() with a 
     352Note that you may still call IO::Socket::Multicast->new() with a 
    353353B<PeerAddr>, and IO::Socket::INET will perform a connect(), creating a 
    354354default destination for calls to send().