1. Home
  2. Browse
  3. mas-bandwidth-reliable

mas-bandwidth-reliable

v1.4.0#0Latest

A simple packet acknowledgement system for UDP-based protocols.

Install

Run the following Vcpkg command to install the port.

vcpkg install mas-bandwidth-reliable

Usage

mas-bandwidth-reliable provides a static library and header:

find_path(RELIABLE_INCLUDE_DIR reliable.h)
find_library(RELIABLE_LIBRARY reliable)
target_include_directories(main PRIVATE ${RELIABLE_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${RELIABLE_LIBRARY})

mas-bandwidth-reliable is also discoverable via pkg-config as "reliable".

Dependencies

See source

Version

v1.4.0#0

Publication

Supports

All

GitHub

mas-bandwidth/reliable654

Homepage

github.com/mas-bandwidth/reliable

Subtree

ddd110b8a0

License

BSD-3-Clause

Definition

Manifest