SIGIO on a udp socket - how should I do? (4.3BSD)
Amos Shapira
amoss at SHUM.HUJI.AC.IL
Sun Mar 31 04:16:00 AEST 1991
akira at atson.asahi-np.co.jp (Akira Takiguchi) writes:
> I'm writing an application which use sunrpc[udp] for interprocess
>communication. Since I need asynchronous processing, I tried to set
>FASYNC flag on the udp socket but no SIGIO seems to be delivered when
>request arrives. Is there something I should do to get SIGIO properly?
Try:
----------
#include <sys/sockio.h>
More information about the Comp.unix.questions
mailing list