allow incoming UDP to be exempted from QOS ingress
commit6869f2c62f4780e45a758601e382b8568e6c5685
authorToastman <toastman@galactic_core>
Mon, 9 Jan 2012 16:28:25 +0000 (9 23:28 +0700)
committerToastman <toastman@galactic_core>
Mon, 9 Jan 2012 16:28:25 +0000 (9 23:28 +0700)
treee9fa4f333deb643b0d0ac8af5aa163051501fc45
parentcfc77b4516f1e42c455da0d944ac91064b9fe2ce
allow incoming UDP to be exempted from QOS ingress

(As incoming UDP has already reached our router, and unlike TCP,
UDP has no backoff mechanism, conventional wisdom says it should
always be delivered, and that there is no point in dropping it. However,
some protocols that use UDP have their own methods to slow down
the link, so I have left UDP in the QOS ingress mechanism by default.
Ticking the checkbox allows UDP to bypass QOS ingress. This may
help with VOIP etc.
release/src/router/httpd/tomato.c
release/src/router/nvram/defaults.c
release/src/router/rc/qos.c
release/src/router/www/qos-graphs.asp
release/src/router/www/qos-settings.asp