Date: Fri, 23 Feb 1996 21:42:36 -0500 From: dj (DJ Delorie) Message-Id: <199602240242.VAA07128@delorie.com> To: oandico AT eee DOT upd DOT edu DOT ph CC: djgpp AT delorie DOT com In-reply-to: (message from Orlando Andico on Sat, 24 Feb 1996 08:30:14 -0800 (GMT)) > With regards to your previous email, what are the prospects of AF_INET > sockets getting to be standard in the DJGPP libraries? and how far into > the future is this set to be? While I don't have any plans to do this myself, if you look through the sources carefully you'll see that I left hooks for supporting this in all the low-level I/O calls, like read() and close(). Look up "File System Extensions" in the libc documentation.