Re: how to tell if data is available for a file descriptor
Dave Wreski (dave@nic.com)
Fri, 12 Sep 1997 17:10:52 -0400 (EDT)
> I have an open socket and a file descriptor
> for that socket, how do I tell without reading the
> data out of the buffer if there is data to be read?
man select()
Dave