K 10 svn:author V 5 andre K 8 svn:date V 27 2012-03-06T19:46:57.317873Z K 7 svn:log V 212 Fix the MSG_WAITALL case by comparing against sb_hiwat. Before it was looping for every receive as sb_lowat normally is zero. Add comment about issue with (MSG_WAITALL | MSG_PEEK) which isn't properly handled. END