ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/README
(Generate patch)

Comparing AnyEvent/README (file contents):
Revision 1.34 by root, Fri Nov 21 01:36:22 2008 UTC vs.
Revision 1.35 by root, Wed Mar 25 17:33:11 2009 UTC

870 mentioned will be used, and preference will be given to protocols 870 mentioned will be used, and preference will be given to protocols
871 mentioned earlier in the list. 871 mentioned earlier in the list.
872 872
873 This variable can effectively be used for denial-of-service attacks 873 This variable can effectively be used for denial-of-service attacks
874 against local programs (e.g. when setuid), although the impact is 874 against local programs (e.g. when setuid), although the impact is
875 likely small, as the program has to handle connection errors 875 likely small, as the program has to handle conenction and other
876 already- 876 failures anyways.
877 877
878 Examples: "PERL_ANYEVENT_PROTOCOLS=ipv4,ipv6" - prefer IPv4 over 878 Examples: "PERL_ANYEVENT_PROTOCOLS=ipv4,ipv6" - prefer IPv4 over
879 IPv6, but support both and try to use both. 879 IPv6, but support both and try to use both.
880 "PERL_ANYEVENT_PROTOCOLS=ipv4" - only support IPv4, never try to 880 "PERL_ANYEVENT_PROTOCOLS=ipv4" - only support IPv4, never try to
881 resolve or contact IPv6 addresses. 881 resolve or contact IPv6 addresses.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines