IO-Socket-TIPC
view release on metacpan or search on metacpan
lib/IO/Socket/TIPC/Sockaddr.pm view on Meta::CPAN
IO::Socket::TIPC::Sockaddr - struct sockaddr_tipc class
=head1 SYNOPSIS
use IO::Socket::TIPC::Sockaddr;
=head1 DESCRIPTION
TIPC Sockaddrs are used with TIPC sockets, to specify local or remote
endpoints for communication. They are used in the B<bind>(),
B<connect>(), B<sendto>() and B<recvfrom>() calls.
Sockaddrs can be broken down into 3 address-types, I<"name">,
I<"nameseq"> and I<"id">. the I<Programmers_Guide.txt> (linked to in
B<REFERENCES>) explains the details much better than I ever could, I suggest
reading it before trying to use this module. Also, the B<EXAMPLES> section
is useful for getting a feel for how this module works.
=cut
( run in 1.753 second using v1.01-cache-2.11-cpan-524268b4103 )