sudomesh / sudowrt-firmware

Scripts to build the sudo mesh OpenWRT firmware.
Other
73 stars 19 forks source link

Buffer Bloat Fix #79

Closed max-b closed 8 years ago

max-b commented 8 years ago

We actually should be able to use http://wiki.openwrt.org/doc/howto/sqm pretty seamlessly with our current traffic shaping needs. It will probably be a better solution anyways, as we've been running into a bunch of issues with tc qdisc: HTB: quantum of class 10001 is big. Consider r2q change.

In the short term this is only likely to be helpful on the mesh node side, but we may be able to adopt the approach to our exit server which is also having the same issues (or we can just actually figure out the correct tc approach)

max-b commented 8 years ago

We've integrated this with https://github.com/sudomesh/tunneldigger/commit/c91ac45a18e5633e19db5ca8cbf7e476a6ba25d7 on the tunneldigger side and https://github.com/sudomesh/makenode/commit/e6ae9d20fffd8e42e5ae663884d827774f9ab708 on the home node side.