~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_multi_timeout.3

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: curl_multi_timeout.3,v 1.3 2006-06-24 21:49:40 bagder Exp $
 
1
.\" $Id: curl_multi_timeout.3,v 1.4 2007-12-06 22:36:52 bagder Exp $
2
2
.\"
3
3
.TH curl_multi_timeout 3 "2 Jan 2006" "libcurl 7.16.0" "libcurl Manual"
4
4
.SH NAME
23
23
of milliseconds at this very moment. If 0, it means you should proceed
24
24
immediately without waiting for anything. If it returns -1, there's no timeout
25
25
at all set.
 
26
 
 
27
Note: if libcurl returns a -1 timeout here, it just means that libcurl
 
28
currently has no stored timeout value. You must not wait too long (more than a
 
29
few seconds perhaps) before you call curl_multi_perform() again.
26
30
.SH "RETURN VALUE"
27
31
The standard CURLMcode for multi interface error codes.
28
32
.SH "TYPICAL USAGE"