mas-bandwidth-reliablev1.4.0
- Updated
A simple packet acknowledgement system for UDP-based protocols.
- Project website: https://github.com/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".
#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
#Host Tool For
No ports use this.
#Contributors
Glenn Fiedler