mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
minor man updates
This commit is contained in:
parent
33e0eb5495
commit
0d02989cce
@ -902,18 +902,6 @@ for all threads.
|
|||||||
<path>
|
<path>
|
||||||
.br
|
.br
|
||||||
calls chroot(path). Unix only.
|
calls chroot(path). Unix only.
|
||||||
.SH PLUGINS
|
|
||||||
|
|
||||||
.br
|
|
||||||
.B plugin
|
|
||||||
<path_to_shared_library> <function_to_call> [<arg1> ...]
|
|
||||||
.br
|
|
||||||
Loads specified library and calls given export function with given arguments,
|
|
||||||
as
|
|
||||||
.br
|
|
||||||
int functions_to_call(struct pluginlink * pl, int argc, char * argv[]);
|
|
||||||
.br
|
|
||||||
function_to_call must return 0 in case of success, value > 0 to indicate error.
|
|
||||||
|
|
||||||
.br
|
.br
|
||||||
.B stacksize
|
.B stacksize
|
||||||
@ -928,6 +916,18 @@ as
|
|||||||
stacksize 65536
|
stacksize 65536
|
||||||
and then find the minimal value for service to work. If you experience
|
and then find the minimal value for service to work. If you experience
|
||||||
memory shortage, you can try to experiment with negative values.
|
memory shortage, you can try to experiment with negative values.
|
||||||
|
.SH PLUGINS
|
||||||
|
|
||||||
|
.br
|
||||||
|
.B plugin
|
||||||
|
<path_to_shared_library> <function_to_call> [<arg1> ...]
|
||||||
|
.br
|
||||||
|
Loads specified library and calls given export function with given arguments,
|
||||||
|
as
|
||||||
|
.br
|
||||||
|
int functions_to_call(struct pluginlink * pl, int argc, char * argv[]);
|
||||||
|
.br
|
||||||
|
function_to_call must return 0 in case of success, value > 0 to indicate error.
|
||||||
|
|
||||||
.br
|
.br
|
||||||
.B filtermaxsize
|
.B filtermaxsize
|
||||||
|
@ -51,6 +51,7 @@ is specified logging is to file. Under Unix, if
|
|||||||
preceeds
|
preceeds
|
||||||
.IR logfile ,
|
.IR logfile ,
|
||||||
syslog is used for logging.
|
syslog is used for logging.
|
||||||
|
.TP
|
||||||
.B -S
|
.B -S
|
||||||
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
||||||
crashes.
|
crashes.
|
||||||
|
@ -45,6 +45,7 @@ is specified logging is to file. Under Unix, if
|
|||||||
preceeds
|
preceeds
|
||||||
.IR logfile ,
|
.IR logfile ,
|
||||||
syslog is used for logging.
|
syslog is used for logging.
|
||||||
|
.TP
|
||||||
.B -S
|
.B -S
|
||||||
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
||||||
crashes.
|
crashes.
|
||||||
|
@ -51,6 +51,7 @@ is specified logging is to file. Under Unix, if
|
|||||||
preceeds
|
preceeds
|
||||||
.IR logfile ,
|
.IR logfile ,
|
||||||
syslog is used for logging.
|
syslog is used for logging.
|
||||||
|
.TP
|
||||||
.B -S
|
.B -S
|
||||||
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
||||||
crashes.
|
crashes.
|
||||||
|
@ -52,6 +52,7 @@ is specified logging is to file. Under Unix, if
|
|||||||
preceeds
|
preceeds
|
||||||
.IR logfile ,
|
.IR logfile ,
|
||||||
syslog is used for logging.
|
syslog is used for logging.
|
||||||
|
.TP
|
||||||
.B -S
|
.B -S
|
||||||
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
||||||
crashes.
|
crashes.
|
||||||
|
@ -51,6 +51,7 @@ is specified logging is to file. Under Unix, if
|
|||||||
preceeds
|
preceeds
|
||||||
.IR logfile ,
|
.IR logfile ,
|
||||||
syslog is used for logging.
|
syslog is used for logging.
|
||||||
|
.TP
|
||||||
.B -S
|
.B -S
|
||||||
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
||||||
crashes.
|
crashes.
|
||||||
|
@ -48,6 +48,7 @@ is specified logging is to file. Under Unix, if
|
|||||||
preceeds
|
preceeds
|
||||||
.IR logfile ,
|
.IR logfile ,
|
||||||
syslog is used for logging.
|
syslog is used for logging.
|
||||||
|
.TP
|
||||||
.B -S
|
.B -S
|
||||||
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
||||||
crashes.
|
crashes.
|
||||||
|
@ -40,6 +40,7 @@ is specified logging is to file. Under Unix, if
|
|||||||
preceeds
|
preceeds
|
||||||
.IR logfile ,
|
.IR logfile ,
|
||||||
syslog is used for logging.
|
syslog is used for logging.
|
||||||
|
.TP
|
||||||
.B -S
|
.B -S
|
||||||
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
||||||
crashes.
|
crashes.
|
||||||
|
@ -46,6 +46,7 @@ Single packet. By default only one client can use udppm service, but
|
|||||||
if -s is specified only one packet will be forwarded between client and server.
|
if -s is specified only one packet will be forwarded between client and server.
|
||||||
It allows to share service between multiple clients for single packet services
|
It allows to share service between multiple clients for single packet services
|
||||||
(for example name lookups).
|
(for example name lookups).
|
||||||
|
.TP
|
||||||
.B -S
|
.B -S
|
||||||
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
||||||
crashes.
|
crashes.
|
||||||
|
Loading…
Reference in New Issue
Block a user