Re: udp logging in 2.HEAD

2007-09-24 Thread Henrik Nordstrom
On mån, 2007-09-24 at 00:23 +0800, Adrian Chadd wrote: * tune the udp buffer size rather than having it fixed - you could in theory fire off 32k UDP packets if your receive side would handle them fine. Thats ~200 logging entries each UDP packet. You could, if you like fragmented IP

Re: udp logging in 2.HEAD

2007-09-24 Thread Adrian Chadd
On Mon, Sep 24, 2007, Henrik Nordstrom wrote: On m??n, 2007-09-24 at 00:23 +0800, Adrian Chadd wrote: * tune the udp buffer size rather than having it fixed - you could in theory fire off 32k UDP packets if your receive side would handle them fine. Thats ~200 logging entries each UDP

ACL for matching big files

2007-09-24 Thread Francisco Gimeno
Hello, I think that I have sent this before, but Henrik asked me to do it as somebody could be interested. It's a patch for a directive supporting inserting a flow into a delay_pool based on the file size. At the moment it only acts whenever the flow has dispatched that amount of bytes (so it

Re: cvs commit: squid3 configure.in

2007-09-24 Thread Alex Rousskov
On Wed, 2007-09-19 at 15:41 +1200, Amos Jeffries wrote: On Fri, 2007-09-07 at 09:43 +0800, Adrian Chadd wrote: That said, doing dynamic loading has GPL implications that I'm not currently comfortable with. What would those be? The implications range from the Module is a part of the

Re: Squid3 with multiple ICAP Services

2007-09-24 Thread Alex Rousskov
On Wed, 2007-09-19 at 17:02 -0400, Richard Bishop wrote: As far as I can see, all ICAP transactions themselves (once we have indentified a suitable service from the candidates in squid.conf) are fired as asynchronous events. Events are then fired in the order they are pushed onto the events

Re: squid3-ipv6 squid3/src snmp_agent.cc,1.7.4.7,1.7.4.8

2007-09-24 Thread Amos Jeffries
Update of cvs.devel.squid-cache.org:/cvsroot/squid/squid3/src Modified Files: Tag: squid3-ipv6 snmp_agent.cc Log Message: Added IPv6 MIB values snip ! { ! // IPv6 address doesn't have its own ASN.1 type (like IPv4 does) ! // See: rfc2465.txt,

Re: cvs commit: squid3 configure.in

2007-09-24 Thread Amos Jeffries
On Wed, 2007-09-19 at 15:41 +1200, Amos Jeffries wrote: On Fri, 2007-09-07 at 09:43 +0800, Adrian Chadd wrote: That said, doing dynamic loading has GPL implications that I'm not currently comfortable with. What would those be? The implications range from the Module is a part of the