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

v3.1.0

Compare
Choose a tag to compare
@Cylix Cylix released this 03 Nov 05:37
· 22 commits to master since this release
2ac82e4

Tag

3.1.0

Date

November 2nd, 2017

Changes

  • Improvement: For windows, if port is 0, use the default AF_INET windows API behavior (bind to first port available). Behavior on unix is unchanged (is unix socket).
  • CMake fix: Remove explicit STATIC in add_library call so dynamic libraries can be built with -DBUILD_SHARED_LIBS=ON

Additions

  • Visual Studio C++ solution

Removals

None