similar to: Squid-qos Patch Trouble

Displaying 20 results from an estimated 5000 matches similar to: "Squid-qos Patch Trouble"

2004 Mar 16
0
SQUID + tc problems
I''m trying to limit bandwidth consumption of sites hosted behind a squid working as a reverse transparent proxy (squid 2.5.3 with Patrick McHardy tcp_outgoing_priority patch) but with traffic levels for a given site of 1Mbps, only about 1% of the traffic shows up in a tc -s -d. Anyone has experience working with this setup ? is there any alternative or special consideration when
2004 Jan 30
2
tc classes limit
This may be answered somewhere but i tried googling for it with no luck, so... What''s the limit on number of traffic classes (classid) you can define on Linux ? -- Using M2, Opera''s revolutionary e-mail client: http://www.opera.com/m2/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc
2003 Sep 08
0
SQUID zero penalty for HIT trraffic patch
Hi, I was reviewing the patch Patrick McHardy has contributed to squid QoS features (http://trash.net/~kaber/squid-qos/), and decided to do something similar which could classify client side traffic based on whether SQUID''s response is a cache HIT or a cache MISS. I think I got it working. I made a quick home page for this patch, so anyone interested in trying it can learn more here:
2019 Jun 09
2
[Bug 13991] New: rsync --delete --one-file-system skips deletes after crossing filesystems on destination.
https://bugzilla.samba.org/show_bug.cgi?id=13991 Bug ID: 13991 Summary: rsync --delete --one-file-system skips deletes after crossing filesystems on destination. Product: rsync Version: 3.1.3 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5
2000 Jan 29
0
problem with shadow suit in RH5.2 ??
I am by no means an expert along these lines, but should the following small program lock out (for 60 seconds) elements of the shadow suit such as chsh ?? ------------------------ #include <stdlib.h> #include <shadow.h> void main() { if(lckpwdf()) { printf("Failed to get password locks\n"); exit(0); }
2017 Dec 11
1
possible bug in utils::removeSource - NULL argument is silently dropped
Dear R-Core Team, I found an unexpected behaviour in utils::removeSource (also present in r-devel as of today). --- # create a function which accepts NULL argument foo <- function(x, y) { if (is.null(y)) y <- "default foo" attr(x, "foo") <- y x } # create a function which utilizes 'foo' testSrc <- function() { x <- 1:3 x <- foo(x,
2004 Apr 14
2
zph / squid syntaxis ?
Hi, I''ve used old ZPH patch under squid 2.4 Stable4 and it works great ! Now I want to patch squid 2.4 stable 5, with new patch, on http://www.it-academy.bg/zph/ I''ve patched and installed squid 2.5 stable 5 succefully, but I can''t get ZPH works. I''m trying with ... $TC class add dev $LANDEV parent 1: classid 1:7 htb rate 1Mbit $TC filter add dev $LANDEV
2005 Jun 23
0
QOS with squid in the same machine
Hi list, I''m trying to do qos based on HTB, in my linux box wich is my firewall and transparent proxy, and I don''t have the possibility to put other machine to make proxy. Well, If I up my htb scripts, the proxy will be limited to serve my LAN as a external site and limited to the limit of 768kbits, even making two classes, tryn to limit it traffic to the maximun bandwidth
2002 May 14
1
what''s the meaning of xchg()?
lartc-request,hello!    I find a line in tbf_change() in sch_tbf.c: ptab = xchg(&q->P_tab, ptab); Can I consider that the pointers are exchanged between q->P_tab and ptab? as following: prev=q->R_tab; q->R_tab = rtab; rtab = prev; Is my understanding righ? ======= 2002-03-23 12:01:00 you wrote:======= >Send LARTC mailing list
2004 Dec 30
1
traffic shaping , where?
Hi I would want to use the patch for squid released by patrick mcHardy, but it requires that squid is located on the same machine that does traffic shaping. My configuration is different: i have the screening HDSL router directly connected to a multi-ethernet firewall and the proxy located on a DMZ box. i would want the firewall doing traffic shaping. Internet |
2004 Jul 10
0
HFSC simple curves configuration
Hi First I must say that I`am an author of HTB auto-configurator (so I know some about QoS under linux) and I have read a lot of articles about HFSC, but I still don`t know how to configure this algoritm properly. Maybe somone can help me and write a little example for me (the best will be Patrick McHardy who has ported HFSC to linux) - please just three queues. My situation: Let say I have 1Mbit
2004 Apr 08
3
Squid + shaping question
Hi folks, So, I have a pretty simple setup - a linux router machine running as a firewall/router for a small neighborhood LAN (approx 20 machines). I also have squid running on the box in non-transparent mode, and also I have set up NAT for TCP/UDP ports above 1024 for all clients and SSH/POP/SMTP/CVS NAT''d for selected ones based on MAC filtering. No hosts whatsoever can access ports 80
2007 Apr 18
1
[Bridge] bridge at start up
hi i have gone through the achieves but still could not get my bridge to suvive a reboot . please can anyone help me am using fedora core 2 -----Original message----- From: bridge-request@lists.osdl.org Date: Fri, 28 Jan 2005 03:08:06 +0100 To: bridge@lists.osdl.org Subject: Bridge Digest, Vol 17, Issue 25 > Send Bridge mailing list submissions to > bridge@lists.osdl.org > >
2006 Jun 23
4
English translation of article on HFSC
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings all, Working in concert with the original authors, Klaus Rechert and Patrick McHardy, I have translated their article "HFSC Scheduling mit Linux" [0] on Hierarchical Fair Service Curve (HFSC) into English [1]. http://linux-ip.net/tc/hfsc.en/ Although the original content is not available directly from their website,
2012 Dec 25
0
[ANNOUNCE] iptables 1.4.17 release
Hi! The Netfilter project proudly presents: iptables 1.4.17 More relevantly, this release includes the IPv6 NAT extensions from Patrick McHardy, the ignore day transition from Florian Westphal and a couple of fixes. See ChangeLog that comes attached to this email for more details. You can download it from: http://www.netfilter.org/projects/iptables/downloads.html
2013 Nov 22
0
[ANNOUNCE] iptables 1.4.21 release
Hi! The Netfilter project proudly presents: iptables 1.4.21 iptables is the userspace command line program used to configure the Linux packet filtering ruleset. It is targeted towards system administrators. Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too. The iptables package also includes ip6tables. ip6tables is used
2016 Sep 09
1
[squid-users] squid TCP_DENIED/403
Its in here : ( from your squid.conf ) "/etc/squid/listas/ad_block.lst" http_access deny ads #deny_info TCP_RESET ads affiliates.digitalriver.com it is in the ads list. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: squid-users [mailto:squid-users-bounces at lists.squid-cache.org] Namens > erdosain9 > Verzonden: vrijdag 9 september 2016 15:55 > Aan:
2020 Apr 23
1
[squid-users] Squid 4.11 not building with ssl enable on Buster
Hai, The folder test-suite/buildtests/ Is an not exiting folder in current 4.11 tar.gz Can you verify that? I thinks thats also from 5.x Greetz, Louis > -----Oorspronkelijk bericht----- > Van: squid-users > [mailto:squid-users-bounces at lists.squid-cache.org] Namens > Amos Jeffries > Verzonden: donderdag 23 april 2020 14:28 > Aan: squid-users at
2018 Jun 13
0
[squid-users] SSL errors with Squid 3.5.27
Hai, I would say facebook protected there certificates with TSLA. Then you cant use ssl bump if im correct. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: squid-users > [mailto:squid-users-bounces at lists.squid-cache.org] Namens > Julian Perconti > Verzonden: dinsdag 12 juni 2018 21:55 > Aan: squid-users at lists.squid-cache.org > Onderwerp: Re:
2003 Apr 25
4
IMQ page
The IMQ page (http://luxik.cdi.cz/~patrick/imq/) has some rather obvios problems in the examples used. I wrote Patrick McHardy without getting an answer (yet) so I tought this was a good place to ask. Does anybody know how to contact him about this? _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: