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
f702fd5c
Commit
f702fd5c
authored
Aug 11, 2002
by
Per Cederqvist
Browse files
(parameters): Removed "Y2K Compatibility". Added "Use DNS" and "DNS
log threshold". (Bug 627).
parent
29855cb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
f702fd5c
/*
* $Id: server-config.c,v 0.7
6
2002/08/1
0 18:17:17
ceder Exp $
* $Id: server-config.c,v 0.7
7
2002/08/1
1 09:36:35
ceder Exp $
* Copyright (C) 1991-1999, 2001-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -169,12 +169,6 @@ static const struct parameter parameters[] = {
assign_string
,
unassign_string
,
0
,
1
,
"/etc/nologin"
,
&
param
.
nologin_file
},
/* Stuff */
{
"Y2K Compatibility"
,
assign_int
,
NULL
,
0
,
1
,
"2"
,
&
param
.
y2k_compat
},
/* Performance tuning parameters (milliseconds) */
{
"Idle timeout"
,
...
...
@@ -210,6 +204,11 @@ static const struct parameter parameters[] = {
assign_int
,
NULL
,
0
,
1
,
"10"
,
&
param
.
maxdequeuelen
},
{
"Open files"
,
assign_int
,
NULL
,
0
,
1
,
"-1"
,
&
param
.
no_files
},
{
"Use DNS"
,
assign_bool
,
NULL
,
0
,
1
,
"yes"
,
&
param
.
use_dns
},
{
"DNS log threshold"
,
assign_double
,
NULL
,
0
,
1
,
"1.5"
,
&
param
.
dns_log_threshold
},
/* String limits */
...
...
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