Hi Rob, On Tue, 2009-09-08 at 05:17 -0700, Rob Loefman wrote: > Hi, > > what is the preferred way of polling DLPI handles? Currently I use dlpi_fd() > to get a descriptor and poll()ing that descriptor, while doing the actual > receiving with dlpi_recv() on the handle.
That is perfectly fine, and is the only way to do it AFAIK. -Seb