0.32.0 #95
ssilverman
announced in
Announcements
0.32.0
#95
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
qnethernet_hal_micros()
.QNETHERNET_ENABLE_SECURE_TCP_ISN
macro. The default is enabled.Changed
void*
instead of auint8_t*
.TCP_MSS
to be based onMTU
instead of being a constant.Fixed
qnethernet/security/RandomDevice.h
. Callingqnethernet_hal_entropy()
orqnethernet_hal_fill_entropy()
will generate random values again without a prior call toqnethernet_hal_init_entropy()
orRandomDevice::instance()
. This also affects lwIP's internalLWIP_RAND()
.This discussion was created from the release 0.32.0.
Beta Was this translation helpful? Give feedback.
All reactions