Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

v2.4.2

Compare
Choose a tag to compare
@Cylix Cylix released this 11 Jun 07:33
· 44 commits to master since this release

Tag

2.4.2

Date

June 11th, 2017

Changes

  • Compilation Fix
  • change behavior of on_new_connection_handler. Returning true means connection is handled by tcp_client wrapper and nothing will be done by tcp_server. Returning false means connection is handled by tcp_server, will be stored in an internal list and tcp_client disconection_handler overriden.

Additions

  • get_host & get_port methods for tcp_client

Removals

None.