From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Fri, 16 Jan 2004 16:06:13 -0700 Topicbox-Message-UUID: bb795d20-eacc-11e9-9e20-41e7f4b1d025 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?