<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/shaper, branch master</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2024-06-01T20:34:41+00:00</updated>
<entry>
<title>shaper: fix tbf leaf-qdisc</title>
<updated>2024-06-01T20:34:41+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-06-01T20:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=e571439aaf54da17bfcae49dedf7b44320d61426'/>
<id>urn:sha1:e571439aaf54da17bfcae49dedf7b44320d61426</id>
<content type='text'>
bad commit: bc85fe18e6066814d95d1bdc1a3dfe8cc8f9786f

Reported-By: StasN77 &lt;stasn77@gmail.com&gt;
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>shaper: add leaf-qdisc support for tbf rate-limiter</title>
<updated>2024-05-25T22:22:04+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-05-25T22:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=bc85fe18e6066814d95d1bdc1a3dfe8cc8f9786f'/>
<id>urn:sha1:bc85fe18e6066814d95d1bdc1a3dfe8cc8f9786f</id>
<content type='text'>
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>clsact + fwmark</title>
<updated>2024-04-27T13:23:39+00:00</updated>
<author>
<name>StasN77</name>
<email>stasn77@gmail.com</email>
</author>
<published>2024-04-27T13:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=896c937ce3788e4f39622f76ca38b973a098e3af'/>
<id>urn:sha1:896c937ce3788e4f39622f76ca38b973a098e3af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shaper: add clsact policer support</title>
<updated>2024-04-11T07:40:10+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-04-10T23:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=3ec2d773950ed9730467062ebd4eeec5e9d8b35c'/>
<id>urn:sha1:3ec2d773950ed9730467062ebd4eeec5e9d8b35c</id>
<content type='text'>
Use the following configuration to enable clsact up and down limiters:

[shaper]
up-limiter=police
down-limiter=clsact

It is also recommended to set down-burst-factor=1.0

How to check current configuration in Linux:
tc qdisc show dev ppp0
tc filter show dev ppp0 egress
tc filter show dev ppp0 ingress

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>shaper: fix fq_codel noecn regression</title>
<updated>2021-05-25T12:29:15+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2021-05-25T12:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=b621a9a3a5a554be1393d5ad33e23c5cea6385b9'/>
<id>urn:sha1:b621a9a3a5a554be1393d5ad33e23c5cea6385b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shaper: fix 09f73dab273989c6f36efe548c4b5e83d83b5416 regression</title>
<updated>2021-05-25T12:20:31+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2021-05-25T12:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=60dadc2dc7dbf7632680e68be8d185c38dc618f8'/>
<id>urn:sha1:60dadc2dc7dbf7632680e68be8d185c38dc618f8</id>
<content type='text'>
closes #17
</content>
</entry>
<entry>
<title>ipv6, shaper: fix possible NULL-pointer dereference</title>
<updated>2021-03-20T13:25:15+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2021-03-20T13:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=5c6cf3e627b95a76ccdd21b956a9e77f05f250d9'/>
<id>urn:sha1:5c6cf3e627b95a76ccdd21b956a9e77f05f250d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shaper: drop redundant check</title>
<updated>2021-03-20T11:37:04+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2021-03-20T11:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=79270852a48e2aecb15fddd70373f7012cce98b6'/>
<id>urn:sha1:79270852a48e2aecb15fddd70373f7012cce98b6</id>
<content type='text'>
leftover after 09f73dab273989c6f36efe548c4b5e83d83b5416
</content>
</entry>
<entry>
<title>shaper: rework leaf-qdisc config parsing</title>
<updated>2021-03-20T11:29:14+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2021-03-20T11:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=09f73dab273989c6f36efe548c4b5e83d83b5416'/>
<id>urn:sha1:09f73dab273989c6f36efe548c4b5e83d83b5416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shaper: fix support for Mikrotik-Rate-Limit with bursts</title>
<updated>2020-09-13T00:03:43+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2020-09-13T00:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=c8575ff09416c967aa6907b5b4e9b187d4a78d14'/>
<id>urn:sha1:c8575ff09416c967aa6907b5b4e9b187d4a78d14</id>
<content type='text'>
</content>
</entry>
</feed>
