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.75 by root, Tue Feb 28 18:37:24 2012 UTC vs.
Revision 1.76 by root, Sun Mar 4 14:33:03 2012 UTC

522=item tls=<major>.<minor> 522=item tls=<major>.<minor>
523 523
524Indicates that the other side supports TLS (version should be 1.0) and 524Indicates that the other side supports TLS (version should be 1.0) and
525wishes to do a TLS handshake. 525wishes to do a TLS handshake.
526 526
527=item nproto=<major>.<fractional>
528
529Informs the other side of the node protocol implemented by this
530node. Major version mismatches are fatal. If this key is missing, then it
531is assumed that the node doesn't support the node protocol.
532
533The node protocol is currently undocumented, but includes port
534monitoring, spawning and informational requests.
535
536=item gproto=<major>.<fractional>
537
538Informs the other side of the global protocol implemented by this
539node. Major version mismatches are fatal. If this key is missing, then it
540is assumed that the node doesn't support the global protocol.
541
542The global protocol is currently undocumented, but includes node address
543lookup and shared database operations.
544
527=back 545=back
528 546
529=head3 Second Greeting Line 547=head3 Second Greeting Line
530 548
531After this greeting line there will be a second line containing a 549After this greeting line there will be a second line containing a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines