usr/src/uts/common/inet/tcp/tcp_opt_data.c
changeset 12056 4811a59c20b7
parent 11754 251da8f4caaa
child 12544 88a11088cbce
--- a/usr/src/uts/common/inet/tcp/tcp_opt_data.c	Thu Apr 01 07:51:50 2010 -0700
+++ b/usr/src/uts/common/inet/tcp/tcp_opt_data.c	Thu Apr 01 10:24:19 2010 -0700
@@ -19,8 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 #include <sys/types.h>
@@ -548,8 +547,7 @@
 				/* Crank up the keepalive timer */
 				tcp->tcp_ka_last_intrvl = 0;
 				tcp->tcp_ka_tid = TCP_TIMER(tcp,
-				    tcp_keepalive_timer,
-				    MSEC_TO_TICK(tcp->tcp_ka_interval));
+				    tcp_keepalive_timer, tcp->tcp_ka_interval);
 				connp->conn_keepalive = 1;
 			}
 			break;
@@ -689,7 +687,7 @@
 					tcp->tcp_ka_last_intrvl = 0;
 					tcp->tcp_ka_tid = TCP_TIMER(tcp,
 					    tcp_keepalive_timer,
-					    MSEC_TO_TICK(tcp->tcp_ka_interval));
+					    tcp->tcp_ka_interval);
 				}
 			}
 			break;