gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] branch master updated (122fc5608 -> 73f63bc35)


From: gnunet
Subject: [gnurl] branch master updated (122fc5608 -> 73f63bc35)
Date: Thu, 07 Nov 2019 01:47:52 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a change to branch master
in repository gnurl.

    from 122fc5608 ++
     new 28234953e rename
     new 73f63bc35 mdocml

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...TREAMS.3 => GNURLMOPT_MAX_CONCURRENT_STREAMS.3} | 64 +++++++++++++---------
 1 file changed, 37 insertions(+), 27 deletions(-)
 rename docs/libcurl/opts/{CURLMOPT_MAX_CONCURRENT_STREAMS.3 => 
GNURLMOPT_MAX_CONCURRENT_STREAMS.3} (62%)

diff --git a/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3 
b/docs/libcurl/opts/GNURLMOPT_MAX_CONCURRENT_STREAMS.3
similarity index 62%
rename from docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3
rename to docs/libcurl/opts/GNURLMOPT_MAX_CONCURRENT_STREAMS.3
index ad32cf8e8..3e59209ad 100644
--- a/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3
+++ b/docs/libcurl/opts/GNURLMOPT_MAX_CONCURRENT_STREAMS.3
@@ -20,37 +20,47 @@
 .\" *
 .\" **************************************************************************
 .\"
-.TH GNURLMOPT_MAX_CONCURRENT_STREAMS 3 "06 Nov 2019" "libcurl 7.67.0" 
"curl_multi_setopt options"
-.SH NAME
-CURLMOPT_MAX_CONCURRENT_STREAMS \- set max concurrent streams for http2
-.SH SYNOPSIS
-.nf
-#include <gnurl/curl.h>
-
-CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_MAX_CONCURRENT_STREAMS,
-                            long max);
-.fi
-.SH DESCRIPTION
-Pass a long indicating the \fBmax\fP. The set number will be used as the
+.Dd November 06, 2019
+.Dt GNURLMOPT_MAX_CONCURRENT_STREAMS 3
+.Os
+.Sh NAME
+.Nm CURLMOPT_MAX_CONCURRENT_STREAMS ,
+.Nm curl_multi_setopt
+.Nd set max concurrent streams for http2
+.Sh LIBRARY
+.Lb libgnurl
+.Sh SYNOPSIS
+.In gnurl/curl.h
+.Ft CURLMcode
+.Fn curl_multi_setopt "CURLM *handle" "CURLMOPT_MAX_CONCURRENT_STREAMS" "long 
max"
+.Sh DESCRIPTION
+Pass a long indicating the
+.Fa max .
+The set number will be used as the
 maximum number of concurrent streams for a connections that libcurl should
 support on connections done using HTTP/2.
-
 Valid values range from 1 to 2147483647 (2^31 - 1) and defaults to 100.  The
 value passed here would be honoured based on other system resources
 properties.
-.SH DEFAULT
+.Sh DEFAULT
 100
-.SH PROTOCOLS
+.Sh PROTOCOLS
 All
-.SH EXAMPLE
-.nf
-  CURLM *m = curl_multi_init();
-  /* max concurrent streams 200 */
-  curl_multi_setopt(m, CURLMOPT_MAX_CONCURRENT_STREAMS, 200L);
-.fi
-.SH AVAILABILITY
-Added in 7.67.0
-.SH RETURN VALUE
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
-.SH "SEE ALSO"
-.BR CURLOPT_MAXCONNECTS "(3), " CURLMOPT_MAXCONNECTS "(3), "
+.Sh EXAMPLES
+.Bd -literal -offset indent
+CURLM *m = curl_multi_init();
+/* max concurrent streams 200 */
+curl_multi_setopt(m, CURLMOPT_MAX_CONCURRENT_STREAMS, 200L);
+.Ed
+.Sh HISTORY
+.Nm
+first appeared in in curl 7.67.0.
+.Sh RETURN VALUES
+Returns
+.Va CURLM_OK
+if the option is supported, and
+.Va CURLM_UNKNOWN_OPTION
+if not.
+.Sh SEE ALSO
+.Xr GNURLOPT_MAXCONNECTS 3 ,
+.Xr GNURLMOPT_MAXCONNECTS 3

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]