ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Handle.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Handle.pm (file contents):
Revision 1.133 by root, Thu Jul 2 23:22:35 2009 UTC vs.
Revision 1.134 by root, Fri Jul 3 00:09:04 2009 UTC

245yet. This data will be lost. Calling the C<stoptls> method in time might 245yet. This data will be lost. Calling the C<stoptls> method in time might
246help. 246help.
247 247
248=item peername => $string 248=item peername => $string
249 249
250A string used to identify the remote site - usually the DNS hostname used 250A string used to identify the remote site - usually the DNS hostname
251to create the connection. 251(I<not> IDN!) used to create the connection, rarely the IP address.
252 252
253Apart from being useful in error messages, this string is also used in TLS 253Apart from being useful in error messages, this string is also used in TLS
254common name verification (see C<verify_cn> in L<AnyEvent::TLS>). 254common name verification (see C<verify_cn> in L<AnyEvent::TLS>).
255 255
256=item tls => "accept" | "connect" | Net::SSLeay::SSL object 256=item tls => "accept" | "connect" | Net::SSLeay::SSL object

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines