Network communication library providing reliable UDP-based messaging
Provides a network communication layer on top of UDP
enet$ gcc -o myapp myapp.c -lenet$ gcc -o myapp myapp.c -I$(brew --prefix enet)/include -L$(brew --prefix enet)/lib -lenet$ pkg-config --modversion enet