From: Alex Rousskov Date: Tue, 4 May 2010 15:34:46 +0000 (-0600) Subject: Document that comm_open_uds() only supports FD_MSGHDR I/O. X-Git-Tag: SQUID_3_2_0_1~93^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ffda73c32e83587d2bccbc307e725a3126409b0;p=thirdparty%2Fsquid.git Document that comm_open_uds() only supports FD_MSGHDR I/O. --- diff --git a/src/comm.cc b/src/comm.cc index 100541683c..06ba71adf8 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -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,