[SOLVED] Traffic shaper, prioritize ACK packets

Started by Maarten, December 10, 2015, 12:36:50 PM

Previous topic - Next topic
December 10, 2015, 12:36:50 PM Last Edit: January 10, 2016, 07:51:50 PM by franco
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.

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

Hi Ad,

Thanks for your reply. Ok, I will post the feature request.

Best regards


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