Releases: simdsoft/yasio
Releases · simdsoft/yasio
v3.30.0
v3.26.0
- Rename macro
YASIO_HAVE_KCP
toYASIO_ENABLE_KCP
and move toconfig.hpp
. - Rename macro
_USING_OBJECT_POOL
toYASIO_DISABLE_OBJECT_POOL
and move toconfig.hpp
. - Add macro
YASIO_DISABLE_SPSC_QUEUE
to control whether disable single-producer, single-consumer lock-free queue. - Change
io_event_cb_t
parameter to rval reference.
v3.23.6f6
v3.23.6f3
v3.23.6
- Fix jsb & jsb20 compile issue.
- Rename native interface
yasio_close2
toyasio_close_handle
- Support detect whether ipv6 supported at android platform.
- Use dual event queue to avoid block recv operation when consumer thread do
Long-Running Operations
at event callback. - Remove specific vs project files, use cmake instead.
v3.23.3f1
v3.23.3
v3.23.2
v3.23.1
v3.23.0
- Make length field based frame decode associate with channel.
- Make decode length function associate with channel.
- Make transport send,flush as
private
for internal use. - Change channel default length decode behavior to
directly
. - Rename
YOPT_RESOLV_FUNCTION
toYOPT_RESOLV_FN
. - Rename
YOPT_CONSOLE_PRINT_FUNCTION
toYOPT_CONSOLE_PRINT_FN
. - Rename
YOPT_DECODE_FRAME_LENGTH_FUNCTION
toYOPT_CHANNEL_LFBFD_FN
. - Rename
YOPT_LFBFD_PARAMS
toYOPT_CHANNEL_LFBFD_PARAMS
. - Rename
YOPT_IO_EVENT_CALLBACK
toYOPT_IO_EVENT_CB
.