ENet Help

BlitzMax Forums/BlitzMax Programming/ENet Help

Ked(Posted 2009) [#1]
Alright, so I'm trying to build a networking module on top of ENet and I was wondering if someone could help me out with these/this question(s). :)

ENet Website

1. When creating an ENet Host to be used as a client, I would use enet_host_create but what do I do with the peer_count parameter? Do I leave it as 1 or put it at some other number (ex: 32)?

There will probably be more questions to come. :P


Ked(Posted 2009) [#2]
Maybe this should be in the Beginner's section? I'd really like some help with this, I'm stumped.