Skip to content

2.3.3

Compare
Choose a tag to compare
@aberaud aberaud released this 26 Feb 17:08
· 447 commits to master since this release
  • dht: refactor broken exponential backoff logic during bootstrapping
  • dht: performance/memory usage improvements
  • c binding: add functions dht_value_new_from_string, dht_value_set_user_type to build value from string, or set the user-type field.
  • c binding: install header with cmake
  • build/cmake: minimum cmake version is now 3.10
  • build/cmake: not using FindMsgpack anymore, relying on platform-provided cmake msgpack build information.