This is a bench mark test for enet 1.3.13.
enet: Reliable UDP networking library website
It's also a example of enet server.
-
making gcc version >= 4.8
-
enet
download enet 1.3.13 from: http://enet.bespin.org/download/enet-1.3.13.tar.gz
or just use the pack in install_pack folder.
unpack it. $ tar zxvf ./enet-1.3.13.tar.gz
cd enet-1.3.13
./configure && make -
run sh allmake.sh
- ./enet_server/enet_server 0.0.0.0 22222
- ./enet_client/enet_client 120.26.200.xxx 22222 500
You can see the bench mark at here