Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/enet-1.1/ChangeLog @ 64

Last change on this file since 64 was 13, checked in by landauf, 16 years ago

added enet

File size: 863 bytes
Line 
1ENet 1.1 (June 6, 2007):
2
3* optional CRC32 just in case someone needs a stronger checksum than UDP
4provides (--enable-crc32 configure option)
5* the size of packet headers are half the size they used to be (so less
6overhead when sending small packets)
7* enet_peer_disconnect_later() that waits till all queued outgoing
8packets get sent before issuing an actual disconnect
9* freeCallback field in individual packets for notification of when a
10packet is about to be freed
11* ENET_PACKET_FLAG_NO_ALLOCATE for supplying pre-allocated data to a
12packet (can be used in concert with freeCallback to support some custom
13allocation schemes that the normal memory allocation callbacks would
14normally 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.