2.3.3
- 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.