Commit 7696f68e authored by Artur Bergman's avatar Artur Bergman

document the fact we need to rewrite this for solaris support

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4160 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 15b1ac82
...@@ -129,6 +129,13 @@ TCP_filter_http(int sock) ...@@ -129,6 +129,13 @@ TCP_filter_http(int sock)
* at least on FreeBSD. * at least on FreeBSD.
*/ */
/*
* XXXXX -- Artur after debugging with victory
* This needs to rewrotten to use fcntl on solaris
* since the ioctl breaks connects.
* How to know we are on solaris?
*/
void void
TCP_blocking(int sock) TCP_blocking(int sock)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment