Skip to content
Snippets Groups Projects
Commit c29900ab authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Changed a comment to add support for rfc 931.

parent 12295110
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: config.h,v 0.4 1991/10/29 05:13:39 ceder Exp $ * $Id: config.h,v 0.5 1992/03/31 20:52:09 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -151,8 +151,9 @@ extern const int MAX_CREA_MISC; /* Sum of recipients, cc_recipients, comm_to ...@@ -151,8 +151,9 @@ extern const int MAX_CREA_MISC; /* Sum of recipients, cc_recipients, comm_to
* STATISTIC_NAME (open after a SIGUSR1) * STATISTIC_NAME (open after a SIGUSR1)
* Two TCP/IP ports (normal connections and mux-connections) * Two TCP/IP ports (normal connections and mux-connections)
* One UDP/IP port (probably from -lresolv, but I'm not sure) * One UDP/IP port (probably from -lresolv, but I'm not sure)
* One TCP/IP port (if RFC_931 is defined)
* Thus, the max number of connections is the number of available file * Thus, the max number of connections is the number of available file
* descriptors minus nine. This has not been fully tested for a long * descriptors minus ten. This has not been fully tested for a long
* while, so we subtract twelve just to be on the safe side. That still * while, so we subtract twelve just to be on the safe side. That still
* gives 52 simultaneous users on a sun4, and that is enough for the * gives 52 simultaneous users on a sun4, and that is enough for the
* time beeing. (If you need more connections you can run a mux. Send * time beeing. (If you need more connections you can run a mux. Send
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment