<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>do you optimize your network for VOIP, Gaming and other
      latency-sensitive applications?</p>
    <p>IF yes do you disable software buffers</p>
    <p># minimum latency used on my mikrotik Core router<br>
      /queue interface set [find interface~"ether"]
      queue=only-hardware-queue<br>
      /queue interface set [find interface~"sfp"]
      queue=only-hardware-queue<br>
      /queue interface set [find interface~"wlan"]
      queue=only-hardware-queue</p>
    <p>I did not experience speed /performance degradation, but jitter
      decreased to 0 ms.</p>
    <p>So I set queue-size to 1kib (minimum) for PCQ simple queues, too<br>
    </p>
    <p>fyi, best regards and wishes.<br>
    </p>
  </body>
</html>