Hi,<br><br>I'm using enet to communicate with my server. I'd like to throttle certain ENetPeers based on who they are (i.e. I essentially want to prioritize some peers over others). I've been looking at using enet_host_bandwidth_limit() for that, but it looks like that sets the bandwidth limits on the entire ENetHost rather than individual ENetPeers.<br>
<br>Does anybody know if:<br><br> 1. Setting the bandwidth limit to e.g. 5 KB/s on the ENetHost means that each ENetPeer gets 5 KB/s or if all ENetPeers on that host now share the 5 KB/s<br> 2. If there's a way to control individual bandwidth limits per ENetPeer<br>
<br>Cheers,<br>Soren<br>