]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Document that comm_open_uds() only supports FD_MSGHDR I/O.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 4 May 2010 15:34:46 +0000 (09:34 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 4 May 2010 15:34:46 +0000 (09:34 -0600)
src/comm.cc

index 100541683c3492e34360b2371e9e18da528f2629..06ba71adf8802f3f8a0375463e6d4693491d93a5 100644 (file)
@@ -2482,7 +2482,7 @@ CommSelectEngine::checkEvents(int timeout)
     };
 }
 
-/// Create a unix-domain socket (UDS)
+/// Create a unix-domain socket (UDS) that only supports FD_MSGHDR I/O.
 int
 comm_open_uds(int sock_type,
               int proto,