comp.os.linux.networking
[Top] [All Lists]

Re: xinetd

Subject: Re: xinetd
From: Michael de'OZ
Date: Wed, 11 May 2005 15:56:39 +0300
Newsgroups: comp.os.linux.networking
Sigrid Thijs wrote:

> Hi,
> 
> I've been looking at xinetd, and I was wondering if the following is
> possible.
> I have a service that waits for incoming TCP requests and sends a
> response to a client. Say that the service listens at port 10000.
> The configuration is as follows:
> 
> service myservice
> {
> disable         = no
>          socket_type     = stream
>          wait            = yes
>          user            = root
>          server          = /path/to/myservice
> port          = 10000
> protocol      = tcp
> }
try
        wait            = no

-- 
Michael T. Pogoreltsev, Astronomical observatory
38 (044) 2162391, Observatorna st. 3, Kiev 04053

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy