From 07c70d743efd843c40ea8d22f3c9496ae9668632 Mon Sep 17 00:00:00 2001 From: stpohle Date: Fri, 18 Dec 2009 11:08:44 +0000 Subject: [PATCH] added comment on MSG_DONTWAIT --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5849a57..c9f33dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ -$Id: ChangeLog,v 1.130 2009/12/10 15:32:55 stpohle Exp $ +$Id: ChangeLog,v 1.131 2009/12/18 11:08:44 stpohle Exp $ Version 0.11.8.99 ================== +- fixed: on certain networks, recvfrom hasen't returned. Even select + returns with data aviable recvfrom got stuck because of no data. + Added MSG_DONTWAIT here as flag. (only on linux) + - fixed: counter pkg_lastid became > 32767 almost messages are lost in cache managment patch from: Michel Bernay