From 326ae3b98f766b95ccc83717896acb8651ec2ab2 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Mon, 25 Jun 2018 19:15:44 +0530 Subject: doc: Add SOCKET_WRAPPER_MAX_SOCKETS to manual page Signed-off-by: Anoop C S Reviewed-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- doc/socket_wrapper.1 | 21 +++++++++++++++++---- doc/socket_wrapper.1.txt | 10 +++++++++- 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 -.\" Date: 2015-08-11 +.\" Author: Samba Team +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" 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 -- cgit