From owner-freebsd-questions Mon Jul 8 15:47:56 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14535 for questions-outgoing; Mon, 8 Jul 1996 15:47:56 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA14528 for ; Mon, 8 Jul 1996 15:47:54 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA22721; Mon, 8 Jul 1996 15:43:15 -0700 From: Terry Lambert Message-Id: <199607082243.PAA22721@phaeton.artisoft.com> Subject: Re: IPX & TLI To: jonny@gaia.coppe.ufrj.br (Joao Carlos Mendes Luis) Date: Mon, 8 Jul 1996 15:43:15 -0700 (MST) Cc: 101355.2112@CompuServe.COM, questions@FreeBsd.org In-Reply-To: <199607060242.XAA18547@mailhost.coppe.ufrj.br> from "Joao Carlos Mendes Luis" at Jul 5, 96 11:42:30 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBsd.org X-Loop: FreeBSD.org Precedence: bulk > #define quoting(Thierry Boudet) > // Hello everybody > // > // I am currently working on a networking project > // between UnixWare and MS-DOS over the Novell IPX protocol. > // I'd like to port the Unix-side on FreeBSD. I have based > // my work on the sysV "TLI" interface with IPX. Is it possible > // to use IPX in FreeBSD with TLI ? > > No. There's no implementation of STREAMS and, consequently, TLI over > FreeBSD (yet :) ). TLI = Transport Layer Interface. TLI is an alternative to sockets, with a seperate (non-standardized) NSI for name services (which is integrated into sockets). You do not have to implement Streams to implement TLI (or vice versa). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.