summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/socketvar.h
diff options
context:
space:
mode:
authorYu Xiangning <Eric.Yu@Sun.COM>2008-12-29 13:56:29 +0800
committerYu Xiangning <Eric.Yu@Sun.COM>2008-12-29 13:56:29 +0800
commita5adac4d8d51bc60d7d7f5763966ce1290dc1277 (patch)
treef65ee9117bb2df3500c334ef660f4130207ac687 /usr/src/uts/common/sys/socketvar.h
parentf47ec6ea19fd8c3aa4249db23057252ad4c5a38f (diff)
downloadillumos-joyent-a5adac4d8d51bc60d7d7f5763966ce1290dc1277.tar.gz
6786739 xtcp_rcvbuf/bind_bad tests failed with unexpected results.
Diffstat (limited to 'usr/src/uts/common/sys/socketvar.h')
-rw-r--r--usr/src/uts/common/sys/socketvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/socketvar.h b/usr/src/uts/common/sys/socketvar.h
index a0cb12a44c..5a547fb884 100644
--- a/usr/src/uts/common/sys/socketvar.h
+++ b/usr/src/uts/common/sys/socketvar.h
@@ -174,6 +174,7 @@ struct sonode {
#define so_minpsz so_proto_props.sopp_minpsz
#define so_maxpsz so_proto_props.sopp_maxpsz
+ int so_xpg_rcvbuf; /* SO_RCVBUF value for XPG4 socket */
clock_t so_sndtimeo; /* send timeout */
clock_t so_rcvtimeo; /* recv timeout */