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

Comparing cvsroot/AnyEvent-MP/MP/Transport.pm (file contents):
Revision 1.56 by root, Wed Nov 4 20:24:18 2009 UTC vs.
Revision 1.57 by root, Wed Nov 4 21:28:31 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. If it is empty, then this 428This is the node ID of the connecting node.
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.
432 429
433=item the acceptable authentication methods 430=item the acceptable authentication methods
434 431
435A comma-separated list of authentication methods supported by the 432A comma-separated list of authentication methods supported by the
436node. Note that AnyEvent::MP supports a C<hex_secret> authentication 433node. Note that AnyEvent::MP supports a C<hex_secret> authentication

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines