summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimbert2009-07-06 14:29:46 +0000
committerimbert2009-07-06 14:29:46 +0000
commit5fbe7342f58ac5291b290ea25f651a6d6f2b924b (patch)
treece88deba784872d1ed48a8ea356f9adab097475f
parent444095d3740e5d6c8f21d4c9121bd8d7a100e35d (diff)
downloadivy-perl-5fbe7342f58ac5291b290ea25f651a6d6f2b924b.zip
ivy-perl-5fbe7342f58ac5291b290ea25f651a6d6f2b924b.tar.gz
ivy-perl-5fbe7342f58ac5291b290ea25f651a6d6f2b924b.tar.bz2
ivy-perl-5fbe7342f58ac5291b290ea25f651a6d6f2b924b.tar.xz
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c7d64c2..1c4b681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ivy-perl (4.25-8) unstable; urgency=low
+
+ * New upstream version: desactivation of the nagle buffering for TCP sockets, since ivy is most of the time used to send events,
+ we will priviligiate lag over throughtput, so _TCP_NO_DELAY_ACTIVATED is set to 1
+
+ -- Alexandre Bustico <bustico@cena.fr> Mon, 6 July 2009 16:43:00 +0200
+
ivy-perl (4.25-7) unstable; urgency=low
* New upstream version: fix a bug with the behavior of send system call in non blocking mode in some rare case