Skip to Content

knet v1.1.0

Created
Updated

A cross platform lock-free and timer-supported C++11 network library.

# Usage

The package knet provides CMake integration:

find_package(knet CONFIG REQUIRED)
target_link_libraries(main PRIVATE knet) 

# License

# Supported Platforms

!(arm | uwp)

  • linux
  • osx
  • windows-x64
  • windows-x86
  • uwp
  • windows-arm64

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Kiba Amor's avatar Kiba Amor
  • Billy O'Neal's avatar Billy O'Neal
  • Kiba Amor's avatar Kiba Amor

# Changelog

  • c9e786d [many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • 69c913f [knet] Update to v1.1.0 (#21301)
  • 0efe643 [knet] Update to v1.0.3 (#21076)
  • 00b218d [knet]Update to v1.0.2 (#17170)
  • b97849d [Many Ports] Baseline Fixes for 2020-10-24 CI Build (#14208)
  • dbb91b6 [knet] Add new port (#13207)

# Source