0.36.0 #109
ssilverman
announced in
Announcements
0.36.0
#109
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Added
elapsedTime::reset()for resetting the timer back to zero.repassignment operator and constructor toelapsedTimefor assigning a count.elapsedTimeoperators that use a count.settimeofday()implementation in the HAL for Teensy, gated on the newQNETHERNET_PROVIDE_TEENSY_SETTIMEOFDAYconfiguration macro.qnethernet_hal_entropy_available()function to the HAL.operator(buf, size)andavailable()toqindesign::security::random_device.QNETHERNET_ENABLE_RAW_FRAME_FILTER_HOOKoption for determining whether to route incoming frames directly to the raw frame handling machinery.(Thanks to Folkert van Heusden for helping with this: promiscuous mode, receiving Ethernet frames [question] #106 (comment))
Changed
settimeofday()function exists.errnotoEIOinstead ofEAGAINon entropy generation failure.qnethernet_hal_deinit_entropy()andqnethernet_hal_estimate entropy()weak.qindesign::security::random_deviceAPIs.qindesign::network::driver.qindesign::entropy.QNETHERNET_FLUSH_AFTER_WRITEtoQNETHERNET_FLUSH_AFTER_TCP_WRITE.Removed
qindesign::security::RandomDevicein favour of thestd::random_device-mimickingqindesign::security::random_device.Fixed
errnoassignments and update some related comments and docs.(Thanks to Folkert van Heusden: promiscuous mode, receiving Ethernet frames [question] #106 (comment))
(Thanks to Folkert van Heusden: promiscuous mode, receiving Ethernet frames [question] #106 (comment))
(Thanks to Folkert van Heusden: promiscuous mode, receiving Ethernet frames [question] #106 (comment), promiscuous mode, receiving Ethernet frames [question] #106 (comment))
This discussion was created from the release 0.36.0.
All reactions