Ignore:
Timestamp:
02/02/10 22:26:24 (2 years ago)
Author:
submersible_toaster
Message:

rt.cpan.org#54241 - documentation corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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(). 
Note: See TracChangeset for help on using the changeset viewer.