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
3e0b4fbf
Commit
3e0b4fbf
authored
Jul 26, 1996
by
Per Cederqvist
Browse files
(parameters): New config: "Max accept_async len".
parent
f4d110cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
3e0b4fbf
/*
* $Id: server-config.c,v 0.3
8
1996/0
6/09 13:54:51 by
er
s
Exp $
* $Id: server-config.c,v 0.3
9
1996/0
7/26 00:42:04 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
* Compile with -DDEFAULT_PREFIX='"/usr/lyskom"' or something similar.
*/
static
char
*
rcsid
=
"$Id: server-config.c,v 0.3
8
1996/0
6/09 13:54:51 by
er
s
Exp $"
;
static
char
*
rcsid
=
"$Id: server-config.c,v 0.3
9
1996/0
7/26 00:42:04 ced
er Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -166,6 +166,8 @@ static const struct parameter parameters[] = {
/* Other client-visible configuration */
{
"Max mark_as_read chunks"
,
assign_int
,
0
,
1
,
"128"
,
&
param
.
mark_as_read_chunk
},
{
"Max accept_async len"
,
assign_int
,
0
,
1
,
"128"
,
&
param
.
accept_async_len
},
{
"Max super_conf loop"
,
assign_int
,
0
,
1
,
"17"
,
&
param
.
max_super_conf_loop
},
{
"Default garb nice"
,
...
...
Write
Preview
Supports
Markdown
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