enet icon indicating copy to clipboard operation
enet copied to clipboard

ENet mode Clustering

Open corentin35000 opened this issue 1 year ago • 2 comments

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 ?

corentin35000 avatar Aug 22 '24 22:08 corentin35000

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.

nxrighthere avatar Aug 24 '24 14:08 nxrighthere

Ok thank you for response :)

corentin35000 avatar Aug 25 '24 23:08 corentin35000