r4160 - trunk/varnish-cache/lib/libvarnish

sky at projects.linpro.no sky at projects.linpro.no
Wed Jul 29 11:52:56 CEST 2009


Author: sky
Date: 2009-07-29 11:52:55 +0200 (Wed, 29 Jul 2009)
New Revision: 4160

Modified:
   trunk/varnish-cache/lib/libvarnish/tcp.c
Log:
document the fact we need to rewrite this for solaris support

Modified: trunk/varnish-cache/lib/libvarnish/tcp.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/tcp.c	2009-07-29 09:05:06 UTC (rev 4159)
+++ trunk/varnish-cache/lib/libvarnish/tcp.c	2009-07-29 09:52:55 UTC (rev 4160)
@@ -129,6 +129,13 @@
  * 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
 TCP_blocking(int sock)
 {



More information about the varnish-commit mailing list