Open corentin35000 opened 3 months ago
There's no need to modify ENet's source code for that. You can build an abstraction on top of it, where each node communicates with a master using your custom abstraction of peers.
Ok thank you for response :)
I would like to know if anyone has already started or tried to modify the ENet code so that it is in clustering mode (especially for kubernetes), I need each instance/pod (so one enet server per pod ), has access to all enet peers currently connected to all enet servers ?