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.72 by root, Thu Jun 30 09:31:58 2011 UTC vs.
Revision 1.73 by elmex, Wed Sep 14 07:21:17 2011 UTC

717 717
718This is not sufficient for listener-less nodes, however: they need 718This is not sufficient for listener-less nodes, however: they need
719to regularly send data (30 seconds, or the monitoring interval, is 719to regularly send data (30 seconds, or the monitoring interval, is
720recommended), so TCP actively probes. 720recommended), so TCP actively probes.
721 721
722Future implementations of AnyEvent::Transport might query the kernel TCP 722Future implementations of AnyEvent::MP::Transport might query the kernel TCP
723buffer after a write timeout occurs, and if it is non-empty, shut down the 723buffer after a write timeout occurs, and if it is non-empty, shut down the
724connections, but this is an area of future research :) 724connections, but this is an area of future research :)
725 725
726=head2 NODE PROTOCOL 726=head2 NODE PROTOCOL
727 727

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines