ENet is a bad library for scalable servers. I have tested it and it can only handle ~800 client on a single thread and cant be ran in with multiple threads because its not thread safe even doe the claim it on their website. I also read the gegdot source code for networking and it uses enet.