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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to