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.42 by root, Thu May 29 06:17:52 2008 UTC vs.
Revision 1.43 by root, Thu May 29 06:19:22 2008 UTC

581The number of dots (default: C<1>) that a name must have so that the resolver 581The number of dots (default: C<1>) that a name must have so that the resolver
582tries to resolve the name without any suffixes first. 582tries to resolve the name without any suffixes first.
583 583
584=item max_outstanding => $integer 584=item max_outstanding => $integer
585 585
586Most name servers do not handle many parallel requests very well. This option 586Most name servers do not handle many parallel requests very well. This
587limits the number of outstanding requests to C<$n> (default: C<10>), that means 587option limits the number of outstanding requests to C<$integer>
588if you request more than this many requests, then the additional requests will be queued 588(default: C<10>), that means if you request more than this many requests,
589until some other requests have been resolved. 589then the additional requests will be queued until some other requests have
590been resolved.
590 591
591=item reuse => $seconds 592=item reuse => $seconds
592 593
593The number of seconds (default: C<300>) that a query id cannot be re-used 594The number of seconds (default: C<300>) that a query id cannot be re-used
594after a timeout. If there as no time-out then query id's can be reused 595after a timeout. If there as no time-out then query id's can be reused

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines