From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <56e92ecf94c056a134c3abd9e034abdd@proxima.alt.za> To: 9fans@9fans.net Date: Thu, 4 Dec 2008 19:18:20 +0200 From: lucio@proxima.alt.za MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] APE and listen(2B) Topicbox-Message-UUID: 591843d2-ead4-11e9-9d60-3106f5b1d025 >> secondly, "reveal" is meant to drop into background, accepting >> connections on TCP/4523 where it replies with the concatenation of the >> originating IPv4 address and port number. > > is there a reason for not using listen(8)? all that is needed is a > script in /bin/service/tcp4523 nearly identical /bin/service/tcp565 Yes, because I'm trying to tighten up on APE so that it makes sense when in turn it is "ported" to GCC. Enough people think GCC is a worthwhile investment, even though it seems like a lot of effort to me, that it is worth getting APE and GNU to converge as much as possible to avoid unnecessary repetition. ++L