OPNsense Forum

Archive => 15.7 Legacy Series => Topic started by: Maarten on December 10, 2015, 12:36:50 pm

Title: [SOLVED] Traffic shaper, prioritize ACK packets
Post by: Maarten 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.
Title: Re: Traffic shaper, prioritize ACK packets
Post by: AdSchellevis 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/ (https://github.com/opnsense/core/))

Maybe we can try to add this feature in the upcoming 16.1 release.

Regards,

Ad
Title: Re: Traffic shaper, prioritize ACK packets
Post by: Maarten on December 14, 2015, 09:03:55 am
Hi Ad,

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

Best regards
Title: Re: Traffic shaper, prioritize ACK packets
Post by: Maarten on December 14, 2015, 09:30:51 am
done: https://github.com/opnsense/core/issues/528

Title: Re: Traffic shaper, prioritize ACK packets
Post by: AdSchellevis 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