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

Comparing AnyEvent-MP/MP/Transport.pm (file contents):
Revision 1.33 by root, Thu Aug 13 15:29:59 2009 UTC vs.
Revision 1.34 by root, Fri Aug 14 03:27:59 2009 UTC

118 118
119=cut 119=cut
120 120
121sub LATENCY() { 3 } # assumed max. network latency 121sub LATENCY() { 3 } # assumed max. network latency
122 122
123our @FRAMINGS = qw(storable); # the framing types we accept and send, in order of preference 123our @FRAMINGS = qw(json storable); # the framing types we accept and send, in order of preference
124our @AUTH_SND = qw(hmac_md6_64_256); # auth types we send 124our @AUTH_SND = qw(hmac_md6_64_256); # auth types we send
125our @AUTH_RCV = (@AUTH_SND, qw(cleartext)); # auth types we accept 125our @AUTH_RCV = (@AUTH_SND, qw(cleartext)); # auth types we accept
126 126
127#AnyEvent::Handle::register_write_type mp_record => sub { 127#AnyEvent::Handle::register_write_type mp_record => sub {
128#}; 128#};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines