Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
15.7 Legacy Series
»
[SOLVED] Traffic shaper, prioritize ACK packets
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Traffic shaper, prioritize ACK packets (Read 9135 times)
Maarten
Jr. Member
Posts: 67
Karma: 6
[SOLVED] Traffic shaper, prioritize ACK packets
«
on:
December 10, 2015, 12:36:50 pm »
Hi,
I've setup the traffic shaper, and that's working fine. With pfSense I was able to prioritize ACK packets. Is this possible in OPNsense as swell, or is there another mechanism that I'm not aware of?
(I've searched the board an googled for it, but could not find anything, the manual about traffic shaping in OPNsense is pretty limited)
Thanks.
«
Last Edit: January 10, 2016, 07:51:50 pm by franco
»
Logged
AdSchellevis
Administrator
Hero Member
Posts: 907
Karma: 184
Re: Traffic shaper, prioritize ACK packets
«
Reply #1 on:
December 10, 2015, 08:32:32 pm »
Hi Maarten,
We're using ipfw+dummynet to do the traffic shaping, it should be possible to match tcp ack's and assign those packets to a queue.
Can you add an issue, with some details if possible, on GitHub for this feature request?
(
https://github.com/opnsense/core/
)
Maybe we can try to add this feature in the upcoming 16.1 release.
Regards,
Ad
Logged
Maarten
Jr. Member
Posts: 67
Karma: 6
Re: Traffic shaper, prioritize ACK packets
«
Reply #2 on:
December 14, 2015, 09:03:55 am »
Hi Ad,
Thanks for your reply. Ok, I will post the feature request.
Best regards
Logged
Maarten
Jr. Member
Posts: 67
Karma: 6
Re: Traffic shaper, prioritize ACK packets
«
Reply #3 on:
December 14, 2015, 09:30:51 am »
done:
https://github.com/opnsense/core/issues/528
Logged
AdSchellevis
Administrator
Hero Member
Posts: 907
Karma: 184
Re: Traffic shaper, prioritize ACK packets
«
Reply #4 on:
December 16, 2015, 11:32:55 am »
Hi Maarten,
Matching on ack/non-ack is implemented in commit
https://github.com/opnsense/core/commit/edbac06d2043380d22cb080bbcdbbf7744e4a84f
.
I have closed the issue with the commit, feel free to reopen when experiencing issues.
Regards,
Ad
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
15.7 Legacy Series
»
[SOLVED] Traffic shaper, prioritize ACK packets