diff options
Diffstat (limited to 'usr/src/uts/common/netinet/tcp.h')
-rw-r--r-- | usr/src/uts/common/netinet/tcp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/common/netinet/tcp.h b/usr/src/uts/common/netinet/tcp.h index 9a08545ab7..f6c2fc160b 100644 --- a/usr/src/uts/common/netinet/tcp.h +++ b/usr/src/uts/common/netinet/tcp.h @@ -21,6 +21,7 @@ /* * Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011 Nexenta Systems, Inc. All rights reserved. */ /* @@ -125,6 +126,9 @@ struct tcphdr { /* gap for expansion of ``standard'' options */ #define TCP_ANONPRIVBIND 0x20 /* for internal use only */ #define TCP_EXCLBIND 0x21 /* for internal use only */ +#define TCP_KEEPIDLE 0x22 +#define TCP_KEEPCNT 0x23 +#define TCP_KEEPINTVL 0x24 #ifdef __cplusplus } |