Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2010 16:53:54 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern uipc_socket.c
Message-ID:  <201010281654.o9SGsCf5086331@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tuexen      2010-10-28 16:53:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             uipc_socket.c 
  Log:
  SVN rev 214461 on 2010-10-28 16:53:54Z by tuexen
  
  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.
  
  Revision   Changes    Path
  1.340.2.6  +6 -1      src/sys/kern/uipc_socket.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010281654.o9SGsCf5086331>