Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!spool.mu.edu!snorkelwacker.mit.edu!stanford.edu!msi.umn.edu!sctc.com!endrizzi From: endrizzi@sctc.com (Michael Endrizzi) Newsgroups: comp.unix.internals Subject: Quest: Sockets in SYSVR3 Message-ID: <1991Jun17.190413.29256@sctc.com> Date: 17 Jun 91 19:04:13 GMT Distribution: comp.unix.internals Organization: SCTC Lines: 14 BSD4.2 embeds the socket structure within a file table entry. SYS V does not. Where is it located? Are sockets written as a library routines talking to a device driver where the socket information is kept? When a process forks, how do the sockets get dup'd? Not sure if any of this is proprietary. Thanks, Dreez