From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] 9p srv-ing on a port In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ymgjxgijdhiuuokcpwiofvktsh" Date: Fri, 16 Jan 2004 19:17:44 -0500 Topicbox-Message-UUID: bb850cba-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-ymgjxgijdhiuuokcpwiofvktsh Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Of course, several do, for example 17007. What is the real question? --upas-ymgjxgijdhiuuokcpwiofvktsh Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Fri Jan 16 18:07:38 EST 2004 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Fri Jan 16 18:07:35 EST 2004 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 7AEBB19CC2; Fri, 16 Jan 2004 18:07:22 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 5CAE819CBA; Fri, 16 Jan 2004 18:07:09 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id BAE7A19CBB; Fri, 16 Jan 2004 18:06:36 -0500 (EST) Received: from octarine.ucalgary.ca (unknown [136.159.220.105]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id F0A1E19C43 for <9fans@cse.psu.edu>; Fri, 16 Jan 2004 18:06:24 -0500 (EST) Message-ID: To: 9fans@cse.psu.edu From: mirtchov@cpsc.ucalgary.ca MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] 9p srv-ing on a port Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Fri, 16 Jan 2004 16:06:13 -0700 X-Spam-Status: No, hits=0.8 required=5.0 tests=NO_REAL_NAME version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Is it possible (i.e. simple enough) to set up a 9p server that will work on a port a-la fossil/kfs? Instead of doing postmountsrv() is it possible to do listen() - accept() - fork and srv(s) with the network fd? What should s->infd and s->outfd be set to in this case? --upas-ymgjxgijdhiuuokcpwiofvktsh--