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.241 by root, Fri Sep 5 22:17:26 2014 UTC vs.
Revision 1.242 by root, Wed Dec 10 04:29:33 2014 UTC

131 131
132The peer's numeric host and port (the socket peername) are passed as 132The peer's numeric host and port (the socket peername) are passed as
133parameters, together with a retry callback. At the time it is called the 133parameters, together with a retry callback. At the time it is called the
134read and write queues, EOF status, TLS status and similar properties of 134read and write queues, EOF status, TLS status and similar properties of
135the handle will have been reset. 135the handle will have been reset.
136
137It is not allowed to use the read or write queues while the handle object
138is connecting.
139 136
140If, for some reason, the handle is not acceptable, calling C<$retry> will 137If, for some reason, the handle is not acceptable, calling C<$retry> will
141continue with the next connection target (in case of multi-homed hosts or 138continue with the next connection target (in case of multi-homed hosts or
142SRV records there can be multiple connection endpoints). The C<$retry> 139SRV records there can be multiple connection endpoints). The C<$retry>
143callback can be invoked after the connect callback returns, i.e. one can 140callback can be invoked after the connect callback returns, i.e. one can

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines