diff options
author | eihrul <eihrul> | 2010-05-20 21:19:44 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-05-20 21:19:44 +0000 |
commit | f9d2dbedd4006110b500ebc18cf30d42ea59ddff (patch) | |
tree | dc6ef51349f4554ca2068c4e331891658092357d | |
parent | c81bf89f54ffa2972edff83e5f0b9a408374e034 (diff) | |
download | enet-f9d2dbedd4006110b500ebc18cf30d42ea59ddff.tar.gz enet-f9d2dbedd4006110b500ebc18cf30d42ea59ddff.zip |
caveat notes
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ ENet 1.2.2 (May 20, 2010): * checksum functionality is now enabled by setting a checksum callback -inside ENetHost instead of being a configure script option +inside ENetHost instead of being a configure script option * added totalSentData, totalSentPackets, totalReceivedData, and totalReceivedPackets counters inside ENetHost for getting usage statistics @@ -19,7 +19,9 @@ for easier building as a shared library Caveats: If you were using the compile-time option that enabled checksums, make sure to set the checksum callback inside ENetHost to enet_crc32 to -regain the old behavior. +regain the old behavior. The ENetCallbacks structure has added new fields, +so make sure to clear the structure to zero before use if +using enet_initialize_with_callbacks(). ENet 1.2.1 (November 12, 2009): |