Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!bionet!uwm.edu!gem.mps.ohio-state.edu!usc!rutgers!bellcore!sol!karn From: karn@sol..bellcore.com (Phil R. Karn) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: SLIP under MSDOS Message-ID: <18056@bellcore.bellcore.com> Date: 25 Oct 89 21:53:43 GMT References: <301@memex.co.uk> <8910241220.AA12145@vax.ftp.com> Sender: news@bellcore.bellcore.com Reply-To: karn@sol.UUCP (Phil R. Karn) Organization: Bell Communications Research, Inc Lines: 10 The version of KA9Q that I've been developing for the past year or so has an internal socket interface for the applications. It's close to, but not exactly the same as, BSD sockets. The differences are mostly caused by the need to use a number space for socket descriptors that is distinct from file descriptors; to do otherwise would have required me to rewrite much of the Turbo-C stdio library, which I considered "outside the scope of the project". Phil