Line | |
---|
1 | ENet 1.1 (June 6, 2007): |
---|
2 | |
---|
3 | * optional CRC32 just in case someone needs a stronger checksum than UDP |
---|
4 | provides (--enable-crc32 configure option) |
---|
5 | * the size of packet headers are half the size they used to be (so less |
---|
6 | overhead when sending small packets) |
---|
7 | * enet_peer_disconnect_later() that waits till all queued outgoing |
---|
8 | packets get sent before issuing an actual disconnect |
---|
9 | * freeCallback field in individual packets for notification of when a |
---|
10 | packet is about to be freed |
---|
11 | * ENET_PACKET_FLAG_NO_ALLOCATE for supplying pre-allocated data to a |
---|
12 | packet (can be used in concert with freeCallback to support some custom |
---|
13 | allocation schemes that the normal memory allocation callbacks would |
---|
14 | normally not allow) |
---|
15 | * enet_address_get_host_ip() for printing address numbers |
---|
16 | * promoted the enet_socket_*() functions to be part of the API now |
---|
17 | * a few stability/crash fixes |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.