Set timeout tv_sec instead of tv_usec for compatibility with older kernels
checksum-failure-logging v2.0.1
Paul Hollinsky 2019-08-27 18:41:00 -04:00
parent cfe6e7a832
commit 3d737f5d8e
3 changed files with 9 additions and 2 deletions

7
CHANGELOG 100644
View File

@ -0,0 +1,7 @@
v2.0.1
Set timeout tv_sec instead of tv_usec for compatibility with older kernels
v2.0.0
Full rewrite
Initial release with CAN-FD support
Requires intrepid-socketcan-kernel-module >= v2.0.0

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.2) cmake_minimum_required(VERSION 3.2)
project(libicsneo-socketcan-daemon VERSION 2.0.0) project(libicsneo-socketcan-daemon VERSION 2.0.1)
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 11)

View File

@ -1,4 +1,4 @@
Version 2.0.0 Version 2.0.1
This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system. This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.