Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ddf02126
Commit
ddf02126
authored
Aug 01, 2003
by
Per Cederqvist
Browse files
(Parameters): Document "Max client message size", "Max client transmit
queue messages" and "Max client transmit queue bytes".
parent
c708a6c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/lyskomd.texi
View file @
ddf02126
\input
texinfo
@c
$
Id: lyskomd.texi,v
1
.
6
1
2003
/
0
7
/
31
23
:
03
:
51
ceder Exp
$
@c
$
Id: lyskomd.texi,v
1
.
6
2
2003
/
0
8
/
01
22
:
34
:
40
ceder Exp
$
@c
%**start of header
@setfilename lyskomd.info
@include version.texi
...
...
@@ -602,11 +602,18 @@ number of days. This number can be set for each conference. This
parameter specifies the default value for that number of days. The
default is 77.
@item Max client transmit queue: @var
{
int
}
Max number of pending data blocks in the reply queue to a client. If
there is ever more than this many data blocks in the queue the client
will be disconnected. Each atomic question typically generates two data
blocks. Default is 300.
@item Max client message size
The maximum number of bytes that is read or written in a single system
call. Defaults to 8176. (Attempts to set it to a larger value will
currently only affect the input.)
@item Max client transmit queue messages: @var
{
int
}
@itemx Max client transmit queue bytes: @var
{
int
}
Max number of pending data blocks (or total number of bytes) in the
reply queue to a client. If there is ever more than this many data
blocks in the queue the client will be disconnected. Each atomic
question typically generates two data blocks. Default is 50 and
100000, respectively.
@item Stale timeout: @var
{
timeval
}
If the transmit queue of a client is full for this long, without the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment