Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 539 Bytes

version.md

File metadata and controls

9 lines (9 loc) · 539 Bytes

yasio-3.23.0

  1. Make length field based frame decode associate with channel.
  2. Make decode_fn associate with channel.
  3. Make transport send,flush as private for internal use.
  4. Rename YOPT_RESOLV_FUNCTION to YOPT_RESOLV_FN.
  5. Rename YOPT_CONSOLE_PRINT_FUNCTION to YOPT_CONSOLE_PRINT_FN.
  6. Rename YOPT_DECODE_FRAME_LENGTH_FUNCTION to YOPT_CHANNEL_LFBFD_FN.
  7. Rename YOPT_LFBFD_PARAMS to YOPT_CHANNEL_LFBFD_PARAMS.
  8. Rename YOPT_IO_EVENT_CALLBACK to YOPT_IO_EVENT_CB.