Search found 47 matches

by braveheartleo
Fri Jul 30, 2010 12:55 pm
Forum: Gargoyle Development
Topic: QoS the next generation
Replies: 48
Views: 60645

Re: QoS the next generation

i've run into some problems while trying to compile under debian-lenny. using my account i can't exec: git clone git://gargoyle-router.com/gargoyle.git returns with a permission denied while trying to copy /usr/share/git-core/templates/info/exclude to /home/user/gargoyle/.git/info/exclude. so i trie...
by braveheartleo
Fri Jul 30, 2010 11:54 am
Forum: Gargoyle Development
Topic: QoS the next generation
Replies: 48
Views: 60645

Re: QoS the next generation

braveheartleo, I can send you a binary via E-Mail this evening but its pretty easy to build this on your own if you have a Linux box. From your home directory git clone git://gargoyle-router.com/gargoyle.git cd gargoyle git checkout qosmon make After a few hours of churning your binary will be unde...
by braveheartleo
Fri Jul 30, 2010 11:36 am
Forum: Gargoyle Development
Topic: QoS the next generation
Replies: 48
Views: 60645

Re: QoS the next generation

pbix, While for others, QoS is a means of ensuring performance with maximum throughput, for me QoS is for issuing bandwidth priority. I already know I can't get a lot of performance with such lower-than-average link even without QoS, and I can't give up 15% of what's already hampered just to make th...
by braveheartleo
Fri Jul 30, 2010 9:26 am
Forum: Gargoyle Development
Topic: QoS the next generation
Replies: 48
Views: 60645

Re: QoS the next generation

This sounds tasty. Looks like bandwidth throttling will be coming to town. I was hesitant of enabling qos on my already hampered net connection, like 58 kilobytes a sec max realtime download. With this it would seem I found new hope for having bandwidth prioritization without sacrificing speed. I kn...
by braveheartleo
Thu Jul 29, 2010 8:33 am
Forum: Other Issues
Topic: Bug reports on 1.3.3 and feature requests
Replies: 9
Views: 6769

Re: Bug reports on 1.3.3 and feature requests

a cosmetic bug is that setting connection->dhcp->dhcp range end value produces an off-by-one count in the dhcp range. if the intention is to set IP start 100 and end 150, then dnsmasq will create a range between 100 and 151, because the "limit" option will be written as 51 by webif, and dn...
by braveheartleo
Tue Jul 27, 2010 10:30 pm
Forum: Other Issues
Topic: Bug reports on 1.3.3 and feature requests
Replies: 9
Views: 6769

Bug reports on 1.3.3 and feature requests

A quick note about the bugs: These bugs, at least nos. 2 and 3 have existed since 1.2.x versions, and since it seems nobody has noticed them this far, then it's about time to bring these to light. 1. enabling or disabling upnp in the webif doesn't change the enabled option in /etc/config/upnpd, thus...
by braveheartleo
Sun Jul 25, 2010 1:19 pm
Forum: General Discussion
Topic: DD-WRT's Micro RedBoot and OpenWRT firmware possible
Replies: 0
Views: 4377

DD-WRT's Micro RedBoot and OpenWRT firmware possible

hello all, i'm happy to share with you my experience with making micro redboot (svn13984) work with openwrt. this has been tested on dir-300 (ap61). the micro redboot still depends on some persistent data saved in the redboot config, like boot script timeout. but the script is hardcoded as fis load ...