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

Comparing AnyEvent-MP/MP/DataConn.pm (file contents):
Revision 1.6 by root, Sun Nov 8 23:58:02 2009 UTC vs.
Revision 1.7 by root, Sat Nov 28 15:31:20 2009 UTC

14chunks of binary data. 14chunks of binary data.
15 15
16The connections created by this module use the same security mechanisms 16The connections created by this module use the same security mechanisms
17as normal AEMP connections (secure authentication, optional use of TLS), 17as normal AEMP connections (secure authentication, optional use of TLS),
18and in fact, use the same listening port as AEMP connections, so when two 18and in fact, use the same listening port as AEMP connections, so when two
19nodes can reach each other, they can, with high probability, creare a data 19nodes can reach each other via the normal aemp protocol, they can create
20connection between them. 20data connections as well, no extra ports or firewall rules are required.
21 21
22The protocol is, however, not the AEMP transport protocol, so this will 22The protocol used is, however, not the AEMP transport protocol, so this
23only work between nodes implementing the "aemp-dataconn" protocol. 23will only work between nodes implementing the "aemp-dataconn" protocol extension.
24 24
25=head1 FUNCTIONS 25=head1 FUNCTIONS
26 26
27=over 4 27=over 4
28 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines