OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
117 stars 105 forks source link

Fix socketcan timestamp on newer 32 bit kernel #341

Closed tomasjakubik closed 2 weeks ago

tomasjakubik commented 2 weeks ago

Kernel now defines old and new SO_TIMESTAMP and can send both of them in ancillary data.

tomasjakubik commented 2 weeks ago

I am not sure why the Test stage got skipped :shrug:. But I think that this fix would not get covered by any tests anyway. :pray: Please review.

coveralls commented 2 weeks ago

Coverage Status

coverage: 94.689% (-0.09%) from 94.777% when pulling 99c409d2fb06013e6141e0c6cf5cde84067694ac on tomasjakubik:fix-timeval into 4df7d143a2208d887ef88a5cadd761ac6c90f2a1 on OpenCyphal:master.