.\" openfwtk project: set_oob_notification.3 1-Nov-2000 .TH set_oob_notification 3 .SH NAME set_oob_notification() \- enable OOB signaling for file descriptor .SH SYNOPSIS .nf #include "fwfunc.h" .fi .sp int \fBset_oob_notification\fP(int fd) .SH DESCRIPTION The \fIset_oob_notification\fP function enables receiving OOB signals from socket \fIfd\fP for current process. SIGURG signal handler usually includes processing of OOB data. .SH RETURN VALUES The \fIset_oob_notification\fP function returns 0 if ok, non-zero if something fails. .SH SEE ALSO fcntl(2),signal(3) .SH HISTORY present in fwtk since v1