ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/DNS.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/DNS.pm (file contents):
Revision 1.40 by root, Thu May 29 06:15:24 2008 UTC vs.
Revision 1.41 by root, Thu May 29 06:17:03 2008 UTC

560 560
561=over 4 561=over 4
562 562
563=item server => [...] 563=item server => [...]
564 564
565A list of server addresses (default: C<v127.0.0.1>) in network format (4 565A list of server addresses (default: C<v127.0.0.1>) in network format
566octets for IPv4, 16 octets for IPv6 - not yet supported). 566(i.e. as returned by C<AnyEvent::Sockdt::parse_address> - both IPv4 and
567IPv6 are supported).
567 568
568=item timeout => [...] 569=item timeout => [...]
569 570
570A list of timeouts to use (also determines the number of retries). To make 571A list of timeouts to use (also determines the number of retries). To make
571three retries with individual time-outs of 2, 5 and 5 seconds, use C<[2, 572three retries with individual time-outs of 2, 5 and 5 seconds, use C<[2,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines