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.55 by root, Fri Sep 11 02:32:23 2009 UTC vs.
Revision 1.56 by root, Wed Nov 4 20:24:18 2009 UTC

423versions don't match then no communication is possible. Minor extensions 423versions don't match then no communication is possible. Minor extensions
424are supposed to be handled through additional key-value pairs. 424are supposed to be handled through additional key-value pairs.
425 425
426=item the node ID 426=item the node ID
427 427
428This is the node ID of the connecting node. 428This is the node ID of the connecting node. If it is empty, then this
429is not a normal node connection but a data connection or something
430similar. AEMP implementations that do not support these additional modes
431should just reject connections with empty node IDs.
429 432
430=item the acceptable authentication methods 433=item the acceptable authentication methods
431 434
432A comma-separated list of authentication methods supported by the 435A comma-separated list of authentication methods supported by the
433node. Note that AnyEvent::MP supports a C<hex_secret> authentication 436node. Note that AnyEvent::MP supports a C<hex_secret> authentication

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines