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

Commit

Permalink
[2.4.3] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ninon committed Jun 20, 2017
1 parent 2b29ec2 commit 3851908
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Changelog


## [v2.4.3](https://github.com/Cylix/tacopie/releases/tag/2.4.3)
### Tag
`2.4.3`
### Date
June 19th, 2017
### Changes
* Remove unnecessary use of self-pipe to try to fix high-CPU usage issued reported on this repository and on cpp_redis repository.
### Additions
* CMake compilation flag `SELECT_TIMEOUT` that can be used to define the select timeout in nano seconds. By default, timeout is set to NULL (unlimited).
### Removals
None.





## [v2.4.2](https://github.com/Cylix/tacopie/releases/tag/2.4.2)
### 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.
* 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 disconnection_handler overridden.
### Additions
* `get_host` & `get_port` methods for `tcp_client`
### Removals
Expand Down

0 comments on commit 3851908

Please sign in to comment.