~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_multi_fdset.3

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060629150424-be178abcwks1n519
Tags: upstream-7.15.4
ImportĀ upstreamĀ versionĀ 7.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: curl_multi_fdset.3,v 1.11 2005/04/25 08:55:55 bagder Exp $
 
1
.\" $Id: curl_multi_fdset.3,v 1.12 2006/01/02 23:32:36 bagder Exp $
2
2
.\"
3
 
.TH curl_multi_fdset 3 "25 Apr 2005" "libcurl 7.9.5" "libcurl Manual"
 
3
.TH curl_multi_fdset 3 "2 Jan 2006" "libcurl 7.16.0" "libcurl Manual"
4
4
.SH NAME
5
5
curl_multi_fdset - extracts file descriptor information from a multi handle
6
6
.SH SYNOPSIS
30
30
\fIcurl_multi_perform\fP regularly - even if no activity has been seen on the
31
31
fd_sets - as otherwise libcurl-internal retries and timeouts may not work as
32
32
you'd think and want.
 
33
 
 
34
Starting with libcurl 7.16.0, you should use \fBcurl_multi_timeout\fP to
 
35
figure out how long to wait for action.
33
36
.SH RETURN VALUE
34
37
CURLMcode type, general libcurl multi interface error code. See
35
38
\fIlibcurl-errors(3)\fP
36
39
.SH "SEE ALSO"
37
 
.BR curl_multi_cleanup "(3)," curl_multi_init "(3)"
 
40
.BR curl_multi_cleanup "(3)," curl_multi_init "(3), "
 
41
.BR curl_multi_timeout "(3) "