summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2018-06-25 19:15:44 +0530
committerAndreas Schneider <asn@samba.org>2018-08-09 10:59:16 +0200
commit326ae3b98f766b95ccc83717896acb8651ec2ab2 (patch)
tree166665077c64e272d973adeb858ba7add52b7fbc /doc
parent8ba0d9cf9769579f3c68f78b33477c10aa133e8c (diff)
downloadsocket_wrapper-326ae3b98f766b95ccc83717896acb8651ec2ab2.tar.gz
socket_wrapper-326ae3b98f766b95ccc83717896acb8651ec2ab2.tar.xz
socket_wrapper-326ae3b98f766b95ccc83717896acb8651ec2ab2.zip
doc: Add SOCKET_WRAPPER_MAX_SOCKETS to manual page
Signed-off-by: Anoop C S <anoopcs@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/socket_wrapper.121
-rw-r--r--doc/socket_wrapper.1.txt10
2 files changed, 26 insertions, 5 deletions
diff --git a/doc/socket_wrapper.1 b/doc/socket_wrapper.1
index c3cf835..7e10224 100644
--- a/doc/socket_wrapper.1
+++ b/doc/socket_wrapper.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: socket_wrapper
-.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 2015-08-11
+.\" Author: Samba Team
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\" Date: 2018-06-26
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "SOCKET_WRAPPER" "1" "2015\-08\-11" "\ \&" "\ \&"
+.TH "SOCKET_WRAPPER" "1" "2018\-06\-26" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -92,6 +92,13 @@ With this variable you can change the MTU size\&. However we do not recomment to
.sp
The minimum value you can set is 512 and the maximum 32768\&.
.PP
+\fBSOCKET_WRAPPER_MAX_SOCKETS\fR
+.RS 4
+This variable can be used to set the maximum number of sockets to be used by an application\&.
+.RE
+.sp
+The default value is set to 65535 and the maximum 256000\&.
+.PP
\fBSOCKET_WRAPPER_DEBUGLEVEL\fR
.RS 4
If you need to see what is going on in socket_wrapper itself or try to find a bug, you can enable logging support in socket_wrapper if you built it with debug symbols\&.
@@ -202,3 +209,9 @@ $ LD_PRELOAD=libsocket_wrapper\&.so \e
.if n \{\
.RE
.\}
+.SH "AUTHOR"
+.PP
+\fBSamba Team\fR
+.RS 4
+Author.
+.RE
diff --git a/doc/socket_wrapper.1.txt b/doc/socket_wrapper.1.txt
index f4e82a8..583b50a 100644
--- a/doc/socket_wrapper.1.txt
+++ b/doc/socket_wrapper.1.txt
@@ -1,6 +1,7 @@
socket_wrapper(1)
=================
-:revdate: 2015-08-11
+:revdate: 2018-06-26
+:author: Samba Team
NAME
----
@@ -59,6 +60,13 @@ do that as the default size of 1500 byte is best for formatting PCAP files.
The minimum value you can set is 512 and the maximum 32768.
+*SOCKET_WRAPPER_MAX_SOCKETS*::
+
+This variable can be used to set the maximum number of sockets to be used by
+an application.
+
+The default value is set to 65535 and the maximum 256000.
+
*SOCKET_WRAPPER_DEBUGLEVEL*::
If you need to see what is going on in socket_wrapper itself or try to find a