It show in ms in game the result of a ping command between the server and a player.
Compilation works on windows and linux.
On linux, the server needs special authorisation because icmp use raw packet, basically there is 2 options to handle it :
- Each time you lauch the server, do it with sudo
- Do this once : sudo setcap ‘cap_net_raw+ep’ ./map-server
Reviews
There are no reviews yet.