allow incoming UDP to be exempted from QOS ingress
commit18c1e4abc53b3eac174279fe8f0dc13c9897845b
authorToastman <toastman@galactic_core>
Mon, 9 Jan 2012 16:28:25 +0000 (9 23:28 +0700)
committerShibby <shibby@openlinksys.info>
Wed, 9 Jan 2013 13:07:38 +0000 (9 14:07 +0100)
tree35738e5a3c56564660dd6302e23520eb23d94012
parent35bfb1aa0d9dfa212db64a0b512fd530eea32cca
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