~ubuntu-branches/ubuntu/quantal/curl/quantal-updates

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_multi_timeout.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: curl_multi_timeout.3,v 1.5 2008-02-03 10:10:00 bagder Exp $
 
1
.\" $Id: curl_multi_timeout.3,v 1.6 2008-08-06 21:22:07 bagder Exp $
2
2
.\"
3
3
.TH curl_multi_timeout 3 "2 Jan 2006" "libcurl 7.16.0" "libcurl Manual"
4
4
.SH NAME
14
14
actions \- at most \- before proceeding.
15
15
 
16
16
Proceeding means either doing the socket-style timeout action: call the
17
 
\fBcurl_multi_socket(3)\fP function with the \fBsockfd\fP argument set to
18
 
CURL_SOCKET_TIMEOUT and the \fBeasy\fP argument set to CURL_EASY_TIMEOUT, or
19
 
simply calling \fBcurl_multi_perform(3)\fP if you're using the simpler and
20
 
older multi interface approach.
 
17
\fBcurl_multi_socket_action(3)\fP function with the \fBsockfd\fP argument set
 
18
to CURL_SOCKET_TIMEOUT, or call \fBcurl_multi_perform(3)\fP if you're using
 
19
the simpler and older multi interface approach.
21
20
 
22
21
The timeout value returned in the long \fBtimeout\fP points to, is in number
23
22
of milliseconds at this very moment. If 0, it means you should proceed