From: mquinson Date: Thu, 7 Sep 2006 15:42:29 +0000 (+0000) Subject: Make sure that we won't try to reuse a socket closed by the user, even if we have... X-Git-Tag: v3.3~2573 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e9f059a161cec95eead6f90b6da546e418ead211?ds=sidebyside;hp=e9f059a161cec95eead6f90b6da546e418ead211 Make sure that we won't try to reuse a socket closed by the user, even if we have dumb users closing sockets containing more buffered messages after the one being handled. Instead, we do a CRITICAL() and ignore the buffered message. Not optimal either, but hell, I don't have any better idea git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2786 48e7efb5-ca39-0410-a469-dd3cf9ba447f ---