From 603ce4fe3cb23d30b2e3ae6d81bd8766ffa41cee Mon Sep 17 00:00:00 2001 From: Jerry Jelinek Date: Tue, 27 Jan 2015 15:41:54 +0000 Subject: OS-3752 Increase IOV_MAX to at least 1024 --- usr/src/uts/common/sys/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/uts/common/sys/socket.h') diff --git a/usr/src/uts/common/sys/socket.h b/usr/src/uts/common/sys/socket.h index bbe2121d0e..f5864db7d3 100644 --- a/usr/src/uts/common/sys/socket.h +++ b/usr/src/uts/common/sys/socket.h @@ -22,6 +22,7 @@ * Copyright 2014 Garrett D'Amore * * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright 2015, Joyent, Inc. All rights reserved. */ /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */ @@ -425,6 +426,7 @@ struct msghdr32 { #define MSG_NOTIFICATION 0x100 /* Notification, not data */ #define MSG_XPG4_2 0x8000 /* Private: XPG4.2 flag */ +/* Obsolete but kept for compilation compatability. Use IOV_MAX. */ #define MSG_MAXIOVLEN 16 #ifdef _KERNEL -- cgit v1.2.3