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.14 by root, Sun Aug 28 14:38:28 2016 UTC vs.
Revision 1.15 by root, Sun Aug 28 15:38:42 2016 UTC

83 my $force = delete $kv{force}; 83 my $force = delete $kv{force};
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(cbor json storable)], # framing types we offer and accept, in order of preference
89 auth_offer => [qw(tls_sha3_512 hmac_sha3_512)], # what we will send 89 auth_offer => [qw(tls_sha3_512 hmac_sha3_512)], # what we will send
90 auth_accept => [qw(tls_sha3_512 hmac_sha3_512 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines