ENet Changelog

What's new in ENet 1.3.12

Oct 22, 2014
  • Added maximumPacketSize and maximumWaitingData fields to ENetHost to limit the amount of data waiting to be delivered on a peer (beware that the default maximumPacketSize is 32MB and should be set higher if desired as should maximumWaitingData).

New in ENet 1.3.1 (Feb 10, 2011)

  • Throttling was implemented for reliable packet data.
  • Several bugs involving reliable data accounting were fixed.