Xref: utzoo comp.unix.wizards:8929 comp.protocols.tcp-ip:3686 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!husc6!cmcl2!phri!roy From: roy@phri.UUCP (Roy Smith) Newsgroups: comp.unix.wizards,comp.protocols.tcp-ip Subject: How is OOB data supposed to work? Message-ID: <3325@phri.UUCP> Date: 29 May 88 15:12:18 GMT Organization: Public Health Research Institute, NYC, NY Lines: 44 I'm having a bit of trouble figuring out how out-of-band data works with stream sockets (i.e. TCP connections) in BSD Unix (I'm using a MtXinu 4.3BSD/NFS vax and a SunOS-3.2 Sun-3). Hopefully some of you network wizards out there can set me straight. My server side looks basicly like: sock = socket (AF_INET, SOCK_STREAM, 0); bind (sock, &server, sizeof (server)); listen (sock, 5); msgsock = accept (sock, 0, 0); while (1) { rfd = efd = 1<