Well, now at least the icp port opens, but I'm still not getting any ICP
traffic between my two test units.  Anything else that disables ICP with
accel mode on?
-d-
> Just comment out the lines in src/icp_v2.c and try it:
> 
> diff -u -r1.64.2.1 icp_v2.c
> --- icp_v2.c    2001/01/12 00:51:49     1.64.2.1
> +++ icp_v2.c    2001/09/07 17:37:38
> @@ -407,8 +407,10 @@
>      int x;
>      socklen_t len;
>      wordlist *s;
> +#if DONT
>      if (Config2.Accel.on && !Config.onoff.accel_with_proxy)
>         return;
> +#endif
>      if ((port = Config.Port.icp) <= 0)
>         return;
>      enter_suid();
> 
> 
Received on Fri Sep 07 2001 - 14:05:48 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:05 MST