Search found 8 matches

by Grey
Wed Jan 02, 2013 11:57 am
Forum: Gargoyle Development
Topic: Rebuild question
Replies: 3
Views: 5131

Re: Rebuild question

To answer my own question. I did find some problems with integrate_netfilter_modules.sh. I believe I've fixed it to work with Attitude Adjustment and Barrier Breaker. Also found a rather subtle bug in the build.sh that was breaking custom builds. Should I email a patch somewhere? Also started trying...
by Grey
Thu Dec 27, 2012 12:56 pm
Forum: Gargoyle Development
Topic: Rebuild question
Replies: 3
Views: 5131

Rebuild question

I've been trying to troubleshoot/understand the gargoyle build process. Make FULL_BUILD=true custom will work as long as I don't actually change anything in menuconfig. Doing a rebuild, aka, make custom seems to error pretty consistently. Full builds every time is a real time killer. I've just been ...
by Grey
Fri Dec 14, 2012 10:02 pm
Forum: Monitoring / Quota / QoS Issues
Topic: ACC issue
Replies: 8
Views: 7391

Re: ACC issue

Perhaps your provider changed something. Latencies over 400ms though is quite easy to believe. Some modems have huge buffers that can cause delays of a couple of seconds. Here is a link that will stress test your link Netalyzer . Tool was created for bufferbloat research and it does a great job of s...
by Grey
Fri Dec 14, 2012 9:50 pm
Forum: General Discussion
Topic: Support for CoDeL (new QoS algorithm)?
Replies: 8
Views: 9021

Re: Support for CoDeL (new QoS algorithm)?

jorgemiguel4 wrote:Interesting, how to configure it in LuCI?
Gargoyle uses it's own web pages. I've no idea how in Luci on basic OpenWrt. Web Pages tends to give me a headache to get working right.
by Grey
Fri Dec 14, 2012 9:48 pm
Forum: General Discussion
Topic: Support for CoDeL (new QoS algorithm)?
Replies: 8
Views: 9021

Re: Support for CoDeL (new QoS algorithm)?

Grey, How's the torrenting on your custom build? Stable? Moreover, with your build, are you able to define min/max BW using Gargoyle's QoS service classes? I haven't used torrent in ages. I had to reboot the router yesterday but that was my fault. Locked up a script in memory somehow doing the umpt...
by Grey
Fri Dec 14, 2012 9:43 pm
Forum: Gargoyle Development
Topic: qosmon code question
Replies: 3
Views: 3932

Re: qosmon code question

My internet connection is actually a wireless link and so it's subject to atmospheric conditions. About 1/2 mile from me to their equipment. On a good day I can see 5mbit down/ 3mbit up. On a really rainy day I've seen 2.5 mbit down/ 700kbit up. It's not as bad as wifi as they are using high gain an...
by Grey
Wed Dec 12, 2012 7:37 pm
Forum: Gargoyle Development
Topic: qosmon code question
Replies: 3
Views: 3932

qosmon code question

I've been looking through the code in gargoyle. I'm curious what the purpose of this was supposed to be: alpha = (period*1000. / (period*4 + period)); My guess is to make the filtering time on pings configurable. Unfortunately it mathematically reduces to 200 so it's just a long way of making a cons...
by Grey
Wed Dec 12, 2012 7:28 pm
Forum: General Discussion
Topic: Support for CoDeL (new QoS algorithm)?
Replies: 8
Views: 9021

Re: Support for CoDeL (new QoS algorithm)?

I've no idea what the devs for Gargoyle have planned. I downloaded and compiled a version of Gargoyle 1.5.8 to tinker with my own router. I've been following the bufferbloat with the CeroWRT builds for quite awhile. Did a rebuild of the qos_gargoyle and put in fq_codel. Honestly the devs have done a...