From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 26 Sep 2006 13:18:35 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] linux il/ip In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1055b16f0609260653i60fb764al9743bed22a0dfec3@mail.gmail.com> Topicbox-Message-UUID: c21e51f8-ead1-11e9-9d60-3106f5b1d025 IL is long dead. I used IL over long-distance connections. It was awful. TCP is a necessity once you move beyond the local ethernet. There are no good reasons to try to port IL to other systems or to try to update it for IPv6. The only even plausible reason is to connect to old Plan 9 file servers, but your effort would be better spent writing some glue so that the old file server code could run in user space on standard kernels. If, as was mentioned at the start of the thread, you simply want to mount your old file server from Linux, by far the easiest solution is to find a Plan 9 box to proxy between TCP and IL: cat >/bin/service/tcp1234 <