aboutsummaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorlsalzman <[email protected]>2014-04-24 10:47:26 +0300
committerlsalzman <[email protected]>2014-04-24 10:47:26 +0300
commit9895a4f1108524900a45c00b8ccbd4078b613993 (patch)
tree688b958c9466e76d9e5176349ac355d4d5fdf74f /ChangeLog
parent518144338dd2d55192446e5ef37bc2eb97fe9bc8 (diff)
downloadenet-9895a4f1108524900a45c00b8ccbd4078b613993.tar.gz
enet-9895a4f1108524900a45c00b8ccbd4078b613993.zip
enet 1.3.12 release prepv1.3.12
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3383449..727f853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+ENet 1.3.12 (April 24, 2014):
+
* added maximumPacketSize and maximumWaitingData fields to ENetHost to limit the amount of
data waiting to be delivered on a peer (beware that the default maximumPacketSize is
32MB and should be set higher if desired as should maximumWaitingData)