summaryrefslogtreecommitdiffhomepage
path: root/pkg/unet
diff options
context:
space:
mode:
authorBrian Geffon <bgeffon@google.com>2018-06-11 16:39:39 -0700
committerShentubot <shentubot@google.com>2018-06-11 16:40:38 -0700
commitab2c2575d61266725ce13dff570663464a171342 (patch)
tree619eb5019fe4ea98d47254c9c419368bb57a5857 /pkg/unet
parent0412f17e06670fb1f1d1d85ddd73bbadde40c087 (diff)
Rpcinet is incorrectly handling MSG_TRUNC with SOCK_STREAM
SOCK_STREAM has special behavior with respect to MSG_TRUNC. Specifically, the data isn't actually copied back out to userspace when MSG_TRUNC is provided on a SOCK_STREAM. According to tcp(7): "Since version 2.4, Linux supports the use of MSG_TRUNC in the flags argument of recv(2) (and recvmsg(2)). This flag causes the received bytes of data to be discarded, rather than passed back in a caller-supplied buffer." PiperOrigin-RevId: 200134860 Change-Id: I70f17a5f60ffe7794c3f0cfafd131c069202e90d
Diffstat (limited to 'pkg/unet')
0 files changed, 0 insertions, 0 deletions