Joseph Manley
b93240f992
Configure endpoint for healthcheck Update healthcheck to run HOTFIX: Fix healthcheck protocol HOTFIX: Expose healthcheck port task HOTFIX: Make healthcheck UDP & remove TCP endpoint Reimplement healthcheck without forcing port Reimplement healthcheck without forcing port |
||
---|---|---|
.. | ||
.gitignore | ||
build.sh | ||
console.hpp | ||
Dockerfile | ||
gameentity.hpp | ||
gamemap.hpp | ||
gameserver.hpp | ||
main.cpp | ||
nginx.conf | ||
ReadMe.md | ||
run_build.sh | ||
run_tests.sh | ||
tests.cpp |
LD46 Server
Build Requirements
Enet development files:
dnf install enet-devel
G++
dnf install g++
For testing:
dnf install gtest gmock gmock-devel gtest-devel