[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following option values are specified (via #define
) in the file
`options.h' in the server sources. Except for those cases where property
values on $server_options
take precedence, these settings cannot be
changed at runtime.
This list is not intended to be exhaustive.
NETWORK_PROTOCOL
NP_TCP
NP_LOCAL
NP_SINGLE
listen()
will likewise fail.
DEFAULT_PORT
NP_TCP
) the TCP port number on which the server listens
when no port-number argument is given on the command line.
DEFAULT_CONNECT_FILE
NP_LOCAL
) the local filename through which the server will listen for connections
when no connect-file-name is given on the command line.
OUTBOUND_NETWORK
open_network_connection()
if this constant is defined.
If given a zero value, the function will be disabled by default
and `+O' will need to be specified on the command line in order to enable it,
otherwise (nonzero or blank value) the function is enabled by default
and `-O' will needed to disable it.
When disabled or not supported, open_network_connection()
raises E_PERM
whenever it is called.
The NETWORK_PROTOCOL
must be NP_TCP
.
MAX_QUEUED_OUTPUT
MAX_QUEUED_INPUT
IGNORE_PROP_PROTECTED
$server_options.protect_property
when set.
See section Protected Properties.
OUT_OF_BAND_PREFIX
OUT_OF_BAND_QUOTE_PREFIX
The following are discussed in Controlling the Execution of Tasks.
DEFAULT_MAX_STACK_DEPTH
$server_options.max_stack_depth
.
DEFAULT_FG_TICKS
$server_options.fg_ticks
.
DEFAULT_BG_TICKS
$server_options.bg_ticks
.
DEFAULT_FG_SECONDS
$server_options.fg_seconds
.
DEFAULT_BG_SECONDS
$server_options.bg_seconds
.
DEFAULT_CONNECT_TIMEOUT
$server_options.connect_timeout
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |