From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 15 Oct 2014 14:29:49 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <20141015170124.74DE5B827@mail.bitblocks.com> References: <86iojlmin5.fsf@cmarib.ramside> <20141015170124.74DE5B827@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] server push in 9P protocol Topicbox-Message-UUID: 1d5559ca-ead9-11e9-9d60-3106f5b1d025 > A server can return responses in any order since each request > has a client defined unique tag associated with it. Don't see > why the same connection can't be used both sides to act as a > server for the other.... Though this assumption may be > implicit in code. mnt driver only only keeps one outstanding per client, so this point is moot without changes to the mnt driver. - erik