From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] linux il/ip From: Brantley Coile Date: Tue, 29 Aug 2006 10:37:59 -0400 In-Reply-To: <387f454d2e6cd68e8ce57d0c187be61c@proxima.alt.za> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a9c2238c-ead1-11e9-9d60-3106f5b1d025 IL works great in a local network. I would guess that the change in 9P to better support a stream protocol like TCP was to get better performance to system over the Internet. One would tcp to a cpu server serving 9P2000 which was IL'ing the fs. My guess on the outside. Jim? Geoff? bc void tcprecv(Msgbuf *mb, Ifc*) { mbfree(mb); } >> The usual solution is to export the file server contents via a cpu >> server. > > Well, I could have sworn FS had TCP built-in. Imagine being wrong all > these years! I guess I'm lucky I never had to test it :-) > > ++L