Skip to content

10.0.0

Choose a tag to compare

@redboltz redboltz released this 13 Feb 11:34
· 91 commits to main since this release
d802dc5

breaking changes #388

  • Re-organized include files.
  • Removed non bulk read to meet Sans-I/O interface.
  • Supported I/O independent (aka Sans-I/O) library.
  • underlying_handshake functionality is updated from free function to member function.
    • Simply replace async_underlying_handshake(your_ep.next_layer(), ...) with your_ep.async_underlying_handshake(...).

other updates

  • Added invalid combination checking of sharename and nl(no local). #372
  • Fixed receive maximum processing. #371
  • Fixed invalid Message Expiry Interval applying. #369
  • Fixed invalid template parameter comparison. #368
  • Added custom logger example. #367
  • Refined documents. #364, #365
  • Made colored log selectable (by default true(colored)). #363
  • Fixed misuse of bound allocator. #362
  • Fixed TLS example. #361