Skip to content

v3.23.0

Compare
Choose a tag to compare
@halx99 halx99 released this 13 Aug 02:06
23281b2
  1. Make length field based frame decode associate with channel.
  2. Make decode length function associate with channel.
  3. Make transport send,flush as private for internal use.
  4. Change channel default length decode behavior to directly.
  5. Rename YOPT_RESOLV_FUNCTION to YOPT_RESOLV_FN.
  6. Rename YOPT_CONSOLE_PRINT_FUNCTION to YOPT_CONSOLE_PRINT_FN.
  7. Rename YOPT_DECODE_FRAME_LENGTH_FUNCTION to YOPT_CHANNEL_LFBFD_FN.
  8. Rename YOPT_LFBFD_PARAMS to YOPT_CHANNEL_LFBFD_PARAMS.
  9. Rename YOPT_IO_EVENT_CALLBACK to YOPT_IO_EVENT_CB.