Page 1 of 1

[Solved]Big packets in LUBE

Posted: Fri Jul 31, 2015 8:55 pm
by feelixe
Hello! I'm not really experienced with networking, I'm working on a game using lube and I need to send a big packet. I'm sending the map from the server to the client. It doesn't really work with UDP in LUBE and I'm assuming that's not either the right way of doing it. Is there another protocol in LUBE for sending this kind of data or do i need to use another library?

Re: Big packets in LUBE

Posted: Sat Aug 01, 2015 5:42 am
by Karai17
Enet.

Re: Big packets in LUBE

Posted: Sat Aug 01, 2015 3:27 pm
by feelixe
Karai17 wrote:Enet.
Thanks!!