__ARM_ARCH
for checking aarch64 targets
MSYS2 clangarm64
ddnet-libs
and manually install all dependencies
libssp-0
thing. clang
toolchain uses libssp.a
instead.
http://captive.apple.com/hotspot-detect.html
http://captive.apple.com/hotspot-detect.html
MaxClients()
function instead of the MAX_CLIENTS
constant to calculate the debug dummy client IDs to fix a crash when sv_max_clients
is below MAX_CLIENTS
.
Ensure the dbg_dummies
value does not exceed the maximum number of clients.
Changing the sv_max_clients
config variable while the server is running does not change the maximum number of clients that can connect, as this is determined only once when the CNetServer
is ...