From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3100726675a9ffcb9f2eefc78956dba1@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Channel casting From: "Russ Cox" In-Reply-To: <3EC96592.50404@ameritech.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 19 May 2003 18:24:49 -0400 Topicbox-Message-UUID: b3cc2392-eacb-11e9-9e20-41e7f4b1d025 unicast. For the case you describe, the client typically sends a (request, return-channel) pair and then recvs from the return channel, which is private to that client. Russ