K 10 svn:author V 6 tuexen K 8 svn:date V 27 2010-10-28T16:53:54.582751Z K 7 svn:log V 281 MFC r211030: Fix a bug where MSG_TRUNC was not returned in all necessary cases for SOCK_DGRAM socket. MSG_TRUNC was only returned when some mbufs could not be copied to the application. If some data was left in the last mbuf, it was correctly discarded, but MSG_TRUNC was not set. END