changeset 13436:a6bc41319a2d

1361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL (fix diff)
author Vineeth Pillai <Vineeth.Pillai@nexenta.com>
date Thu, 18 Aug 2011 11:19:30 -0700
parents 3185061eadee
children 170f0c3a9064
files usr/src/uts/common/inet/tcp/tcp_opt_data.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/inet/tcp/tcp_opt_data.c	Wed Aug 17 16:31:10 2011 -0700
+++ b/usr/src/uts/common/inet/tcp/tcp_opt_data.c	Thu Aug 18 11:19:30 2011 -0700
@@ -718,7 +718,7 @@
 		 */
 		case TCP_KEEPIDLE:
 			*i1 *= 1000;
-			/* fall through */
+			/* FALLTHRU */
 
 		case TCP_KEEPALIVE_THRESHOLD:
 			if (checkonly)