Linux is asking for SocketCAN ISO-TP console connector #4123
This commit is contained in:
parent
79de7d0d79
commit
766c26852a
|
@ -60,7 +60,7 @@ public class SocketCANIoStream extends AbstractIoStream {
|
||||||
socket.bind(canInterface);
|
socket.bind(canInterface);
|
||||||
|
|
||||||
socket.configureBlocking(true); // we want reader thread to wait for messages
|
socket.configureBlocking(true); // we want reader thread to wait for messages
|
||||||
socket.setOption(RECV_OWN_MSGS, true);
|
socket.setOption(RECV_OWN_MSGS, false);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new IllegalStateException("Error looking up", e);
|
throw new IllegalStateException("Error looking up", e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue