svn commit: r211875 - head/sbin/hastd
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Aug 27 13:54:17 UTC 2010
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) {
More information about the svn-src-head
mailing list