diff options
| author | Anoop C S <anoopcs@redhat.com> | 2018-06-25 19:15:44 +0530 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2018-08-09 10:59:16 +0200 |
| commit | 326ae3b98f766b95ccc83717896acb8651ec2ab2 (patch) | |
| tree | 166665077c64e272d973adeb858ba7add52b7fbc /doc/socket_wrapper.1.txt | |
| parent | 8ba0d9cf9769579f3c68f78b33477c10aa133e8c (diff) | |
| download | socket_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/socket_wrapper.1.txt')
| -rw-r--r-- | doc/socket_wrapper.1.txt | 10 |
1 files changed, 9 insertions, 1 deletions
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 |
