diff options
Diffstat (limited to 'static/netbsd/man4/altq.4 4.html')
| -rw-r--r-- | static/netbsd/man4/altq.4 4.html | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/static/netbsd/man4/altq.4 4.html b/static/netbsd/man4/altq.4 4.html deleted file mode 100644 index 3b6cf37c..00000000 --- a/static/netbsd/man4/altq.4 4.html +++ /dev/null @@ -1,89 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">ALTQ(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">ALTQ(4)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">altq</code> — <span class="Nd">alternate - queuing framework</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="Cd">options ALTQ</code> - <br/> - <code class="Cd">options ALTQ_BLUE</code> - <br/> - <code class="Cd">options ALTQ_CBQ</code> - <br/> - <code class="Cd">options ALTQ_CDNR</code> - <br/> - <code class="Cd">options ALTQ_FIFOQ</code> - <br/> - <code class="Cd">options ALTQ_FLOWVALVE</code> - <br/> - <code class="Cd">options ALTQ_HFSC</code> - <br/> - <code class="Cd">options ALTQ_LOCALQ</code> - <br/> - <code class="Cd">options ALTQ_PRIQ</code> - <br/> - <code class="Cd">options ALTQ_RED</code> - <br/> - <code class="Cd">options ALTQ_RIO</code> - <br/> - <code class="Cd">options ALTQ_WFQ</code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <code class="Nm">altq</code> system is a framework which - provides several disciplines for queuing outgoing network packets. While - traffic shaping is perhaps the most prominent example, - <code class="Nm">altq</code> provides also other measures related to QoS. - The framework has been integrated to the <a class="Xr">pf(4)</a> packet - filter since <span class="Ux">NetBSD 4.0</span>.</p> -<p class="Pp">At the implementation level <code class="Nm">altq</code> modifies - the interface packet queues. Therefore the driver modifications described in - <a class="Xr">altq(9)</a> are required in order to use a certain network - card with <code class="Nm">altq</code>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> -<div class="Bd Li"> -<pre>/dev/altq</pre> -</div> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">pf(4)</a>, <a class="Xr">altq.conf(5)</a>, - <a class="Xr">altqd(8)</a>, <a class="Xr">altq(9)</a></p> -<p class="Pp"><cite class="Rs"><span class="RsA">Kenjiro Cho</span>, - <span class="RsT">Fitting theory into reality in the ALTQ case</span>, - <a class="RsU" href="https://www.iijlab.net/~kjc/papers/fittingtheory.pdf">https://www.iijlab.net/~kjc/papers/fittingtheory.pdf</a>, - <span class="RsC">Taipei, Taiwan</span>, <span class="RsD">March, - 2004</span>, <span class="RsO">Asia BSD conference</span>.</cite></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">The <code class="Nm">altq</code> system first appeared in March - 1997 and found its home in the KAME project - (<a class="Lk" href="https://www.kame.net">https://www.kame.net</a>). It was - imported into <span class="Ux">NetBSD 1.6</span>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="CAVEATS"><a class="permalink" href="#CAVEATS">CAVEATS</a></h1> -<p class="Pp">Please note that you must compile <a class="Xr">pf(4)</a> in the - kernel, using the PF <a class="Xr">module(7)</a> alongside - <code class="Nm">altq</code> built in the kernel will not work.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">March 7, 2026</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
