mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 14:29:05 -07:00
caveat notes
This commit is contained in:
parent
c81bf89f54
commit
f9d2dbedd4
1 changed files with 4 additions and 2 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in a new issue