derek-will / SocketCANSharp

.NET managed wrapper for SocketCAN on Linux
BSD 3-Clause "New" or "Revised" License
54 stars 13 forks source link

Add support for receiving errors from the socket error queue #41

Open derek-will opened 2 years ago

derek-will commented 2 years ago

Using the flag MSG_ERRQUEUE, it is possible on some sockets to receive error information via ancillary messages.