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.76 by root, Sun Mar 4 14:33:03 2012 UTC vs.
Revision 1.77 by root, Sun Mar 4 15:12:26 2012 UTC

311 311
312 $self->{remote_greeting}{untrusted} = 1 312 $self->{remote_greeting}{untrusted} = 1
313 if $auth_method eq "tls_anon"; 313 if $auth_method eq "tls_anon";
314 314
315 if ($protocol eq "aemp" and $self->{hdl}) { 315 if ($protocol eq "aemp" and $self->{hdl}) {
316 # listener-less node need to continuously probe 316 # listener-less nodes need to continuously probe
317 unless (@$AnyEvent::MP::Kernel::LISTENER) { 317 unless (@$AnyEvent::MP::Kernel::BINDS) {
318 $self->{hdl}->wtimeout ($timeout); 318 $self->{hdl}->wtimeout ($timeout);
319 $self->{hdl}->on_wtimeout (sub { $self->{send}->([]) }); 319 $self->{hdl}->on_wtimeout (sub { $self->{send}->([]) });
320 } 320 }
321 321
322 # receive handling 322 # receive handling

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines