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.13 by root, Tue Oct 2 13:58:07 2012 UTC vs.
Revision 1.14 by root, Sun Aug 28 14:38:28 2016 UTC

84 84
85 %kv = ( 85 %kv = (
86 monitor_timeout => 30, 86 monitor_timeout => 30,
87 connect_interval => 2, 87 connect_interval => 2,
88 framing_format => [qw(json storable)], # framing types we offer and accept, in order of preference 88 framing_format => [qw(json storable)], # framing types we offer and accept, in order of preference
89 auth_offer => [qw(tls_md6_64_256 hmac_md6_64_256)], # what we will send 89 auth_offer => [qw(tls_sha3_512 hmac_sha3_512)], # what we will send
90 auth_accept => [qw(tls_md6_64_256 hmac_md6_64_256 tls_anon cleartext)], # what we accept 90 auth_accept => [qw(tls_sha3_512 hmac_sha3_512 tls_anon cleartext)], # what we accept
91 %kv, 91 %kv,
92 ); 92 );
93 93
94 unless ($norc) { 94 unless ($norc) {
95 if ($force) { 95 if ($force) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines