You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGES
- Removed avs_unit_memstream that is now unused
Features
- Added persistence of DTLS context state related to the Connection ID extension
and the related AVS_NET_SOCKET_OPT_CONNECTION_ID_RESUMED option
- Added option to set avs_log logging level in compile time. If
AVS_COMMONS_WITH_EXTERNAL_LOG_LEVELS_HEADER is specified, inactive logs will
be removed during compile time
- Added option to disable log level check in runtime, if active the macros
avs_log_set_level and avs_log_set_default_level are not available
Improvements
- Avoid calling avs_net_socket_send() with zero-length buffers when using
avs_stream_netbuf
Bugfixes
- Fixed out_message_finished and out_bytes_read not being set when
read is called with a NULL buffer in avs_stream_inbuf
0 commit comments