mheily / libkqueue

kqueue(2) compatibility library
Other
237 stars 77 forks source link

Detect raw sockets #67

Closed mheily closed 4 years ago

mheily commented 4 years ago

This prevents an error when a raw socket is encountered. I have not looked at whether additional special cases are needed for handling raw sockets.

arr2036 commented 4 years ago

Can't see an issue with this. Could you just update the doxygen header at the top too, thanks!