ProtoProxy - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: ProtoProxy (/thread-1402.html) |
ProtoProxy - daniel0916 - 03-10-2014 Is it possible to use ProtoProxy with more than one player? Can it handle more than one Connection? RE: ProtoProxy - worktycho - 03-10-2014 No but you could spin up multiple instances. RE: ProtoProxy - xoft - 03-10-2014 Sorry for the late answer, I'm on a train. One ProtoProxy can service only one connection at a time. But you can start several instances of ProtoProxy, each listening on a different port, and each accepting one player. Hmm, too late. RE: ProtoProxy - daniel0916 - 03-11-2014 Okay, thanks. Why can ProtoProxy only service one connection? RE: ProtoProxy - xoft - 03-11-2014 For simplicity. Why service more connections, when 99.99% one is all you need, and that 0.001% can be worked around by starting two instances. Servicing multiple connections would make it unreasonably complicated. |