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.19 by root, Tue Aug 4 21:36:28 2009 UTC vs.
Revision 1.20 by root, Tue Aug 4 23:16:57 2009 UTC

433 p/I122ql7kJR8lumW3lXlXCeBnyDAvz8NQo3x5IFowE4 433 p/I122ql7kJR8lumW3lXlXCeBnyDAvz8NQo3x5IFowE4
434 434
435=head2 TLS handshake 435=head2 TLS handshake
436 436
437I<< If, after the handshake, both sides indicate interest in TLS, then the 437I<< If, after the handshake, both sides indicate interest in TLS, then the
438connection B<must> use TLS, or fail.>> 438connection B<must> use TLS, or fail. >>
439 439
440Both sides compare their nonces, and the side who sent the lower nonce 440Both sides compare their nonces, and the side who sent the lower nonce
441value ("string" comparison on the raw octet values) becomes the client, 441value ("string" comparison on the raw octet values) becomes the client,
442and the one with the higher nonce the server. 442and the one with the higher nonce the server.
443 443

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines