Skip to content

mas-bandwidth-reliablev1.4.0

Updated

A simple packet acknowledgement system for UDP-based protocols.

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

#Host Dependencies

No transitive dependencies.

#Host Tool For

No ports use this.

#Contributors

  • Glenn Fiedler's avatarGlenn Fiedler

#Changelog

  • ddd110b[serialize,reliable,netcode,yojimbo] Add new ports (#52858)