ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Config.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Config.pm (file contents):
Revision 1.8 by root, Sat Nov 28 12:40:21 2009 UTC vs.
Revision 1.9 by root, Wed Dec 30 13:37:53 2009 UTC

79 my ($name, %kv) = @_; 79 my ($name, %kv) = @_;
80 80
81 +{ 81 +{
82 monitor_timeout => 30, 82 monitor_timeout => 30,
83 connect_interval => 2, 83 connect_interval => 2,
84 data_format => [qw(json storable)], # framing types we offer and accept, in order of preference 84 framing_format => [qw(json storable)], # framing types we offer and accept, in order of preference
85 auth_offer => [qw(tls_md6_64_256 hmac_md6_64_256)], # what we will send 85 auth_offer => [qw(tls_md6_64_256 hmac_md6_64_256)], # what we will send
86 auth_accept => [qw(tls_md6_64_256 hmac_md6_64_256 tls_anon cleartext)], # what we accept 86 auth_accept => [qw(tls_md6_64_256 hmac_md6_64_256 tls_anon cleartext)], # what we accept
87 %kv, 87 %kv,
88 _find_profile $name, 88 _find_profile $name,
89 } 89 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines