diff options
author | eihrul <eihrul> | 2007-10-14 02:14:43 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2007-10-14 02:14:43 +0000 |
commit | 3ec3a3cbe806526a4827a24b99d049f1935d9e19 (patch) | |
tree | 3ef241f2e3ec951722d4a32dc0791b930d337c71 | |
parent | 890e98d6a055cb6909d8b64c7af67f5bdb963f5b (diff) | |
download | enet-3ec3a3cbe806526a4827a24b99d049f1935d9e19.tar.gz enet-3ec3a3cbe806526a4827a24b99d049f1935d9e19.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +ENet CVS (10-12-07): + +* fixed acknowledgements to check both the outgoing and sent queues +when removing acknowledged packets +* fixed accidental bit rot in the MSVC project file +* revised sequence number overflow handling to address some possible +disconnect bugs +* added enet_host_check_events() for getting only local queued events +* factored out socket option setting into enet_socket_set_option() + ENet 1.1 (June 6, 2007): * optional CRC32 just in case someone needs a stronger checksum than UDP |