K 10 svn:author V 6 tuexen K 8 svn:date V 27 2010-08-07T17:57:58.830132Z K 7 svn:log V 304 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. Reviewed by: bz MFC after: 3 weeks END