diff options
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 |
