Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2010 13:54:17 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211875 - head/sbin/hastd
Message-ID:  <201008271354.o7RDsHa2079649@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Fri Aug 27 13:54:17 2010
New Revision: 211875
URL: http://svn.freebsd.org/changeset/base/211875

Log:
  Make comment more readable.
  
  MFC after:	2 weeks
  Obtained from:	Wheel Systems Sp. z o.o. http://www.wheelsystems.com

Modified:
  head/sbin/hastd/proto_tcp4.c

Modified: head/sbin/hastd/proto_tcp4.c
==============================================================================
--- head/sbin/hastd/proto_tcp4.c	Fri Aug 27 12:34:53 2010	(r211874)
+++ head/sbin/hastd/proto_tcp4.c	Fri Aug 27 13:54:17 2010	(r211875)
@@ -242,8 +242,8 @@ tcp4_connect(void *ctx)
 		return (errno);
 	}
 	/*
-	 * We make socket non-blocking so we have decided about connection
-	 * timeout.
+	 * We make socket non-blocking so we can handle connection timeout
+	 * manually.
 	 */
 	flags |= O_NONBLOCK;
 	if (fcntl(tctx->tc_fd, F_SETFL, flags) == -1) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008271354.o7RDsHa2079649>