This isn't so much of a kernel space question, just not sure who else to ask, while following the kernel code path I can't seem to figure out why a SIGURG is not being delivered to my userspace process when OOB data is sent, I haven't done anything special to receive the OOB data, but my understanding and the best I can get from the kernel source is that I don't have to? That when OOB data arrives it should generate a SIGURG, is this understanding not correct? (i.e. do I have to do a setsockopt() or fcntl() to get the SIGURG?) Thanks. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ