Re: Cnum[:msg] in ipsvd-instruct
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20040514134419.19552.qmail@9a69536e023442.315fe32.mid.smarden.org> |
On Fri, May 14, 2004 at 10:25:03AM +0200, M.S. Lucas wrote: > I have a questions about Cnum[:msg] in ipsvd-instruct. > > When I only have a -Cnum in the peers file it get read on connection but > nothing is done with it. > But if I insert in my startup script another -Cnum value this value is > overwriten by the peers directory value. > > Is the right conclusion that ipsvd only does something with a Cnum variable > in a peers directory if and only if there is a -Cnum in the startup script? Yes, by default tcpsvd doesn't keep track of connections per ip. It only does if you start it with the -C option. I tried to make that clear in the tcpsvd man page, but am open for improvements if anybody comes up with a better wording. Thanks, Gerrit.